summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2021-09-21 22:45:09 +0200
committerVincent Douillet <vincent@vdouillet.fr>2021-09-21 22:45:09 +0200
commit81ad4a975304cfcbe8eb6e5bcbdbdb2e8bc7f7c7 (patch)
treec34e4f5450266fb4695fd05887cdf290aaa869b6 /templates
parentf672eec006097841f288370de0e4d1a06eaae318 (diff)
Add print stylesheet
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index ee0777b..9e5e9ac 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -29,6 +29,7 @@
<link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_RSS_URL %}{{ TAG_FEED_RSS_URL|format(tag.slug) }}{% else %}{{ TAG_FEED_RSS|format(tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
{% endif %}
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/print.css" />
{% endblock head %}
</head>