Skip to content
Snippets Groups Projects
Commit 8ec4ca5b authored by nimrod's avatar nimrod
Browse files

Set the media property for the CSS files.

Improving performance?
parent a3325daa
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %} {% 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> </head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment