diff --git a/templates/base.html b/templates/base.html index 95ceb6f88a2e94b563a9c9660ba8e62a789eed64..6db8b30d407bf05ecc867df7b5de72db1a7f744e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,8 @@ <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> {% endif %} - <link rel="stylesheet" href="{{ SITEURL }}/theme/css/screen.css" type="text/css" /> + <link rel="stylesheet" media="screen" href="{{ SITEURL }}/theme/css/screen.css" type="text/css" /> + <link rel="stylesheet" media="print" href="{{ SITEURL }}/theme/css/print.css" type="text/css" /> </head>