summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-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>