Added import of static styles to root stylesheet, reducing stylesheet <link> elements down to 1
This commit is contained in:
parent
858041b435
commit
994dff74bd
2 changed files with 2 additions and 2 deletions
|
@ -121,6 +121,8 @@
|
|||
</div>
|
||||
|
||||
<% #stylesheet %>
|
||||
@import '<% root.static ../../styles/main.min.css %>';
|
||||
|
||||
/* CSS for protected skins (user interface elements etc.) */
|
||||
|
||||
ul { list-style: url(<% image /bullet.gif url %>) circle; }
|
||||
|
|
|
@ -63,9 +63,7 @@ prefix="Last update: " default="None so far" %>)</span></li>
|
|||
<link rel='alternate' type='application/rss+xml' title='Comments of <% site.title %>' href='<% site.href comments.xml %>'>
|
||||
<link rel='alternate' type='application/rss+xml' title='Sites of <% root.title %>' href='<% root.href updates.xml %>'>
|
||||
|
||||
<link rel='stylesheet' type='text/css' href='<% root.static ../../styles/main.min.css %>'>
|
||||
<link rel='stylesheet' type='text/css' href='<% site.href main.css %>'>
|
||||
|
||||
<script type='text/javascript' src='<% site.href main.js %>'></script>
|
||||
</head>
|
||||
<body class='uk-container-center' style='width: 900px;'>
|
||||
|
|
Loading…
Add table
Reference in a new issue