diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-21 22:45:09 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-21 22:45:09 +0200 |
commit | 81ad4a975304cfcbe8eb6e5bcbdbdb2e8bc7f7c7 (patch) | |
tree | c34e4f5450266fb4695fd05887cdf290aaa869b6 /templates | |
parent | f672eec006097841f288370de0e4d1a06eaae318 (diff) |
Add print stylesheet
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 |
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> |