|
4 | 4 | <meta http-equiv="Content-Type" content="{{ blog.html_type }}; charset={{ blog.charset }}" /> |
5 | 5 | <title> {{ title }}</title> |
6 | 6 | <meta name="generator" content="Bloog {{ bloog_version }}" /> |
7 | | - <link rel="stylesheet" href="{{"style.css"|find_static_file}}" type="text/css" media="screen" /> |
| 7 | + <link rel="stylesheet" href="/static/default/style.css" type="text/css" media="screen" /> |
8 | 8 | <link rel="alternate" type="application/rss+xml" title="{{ blog.title }} RSS Feed" |
9 | 9 | href="{{ blog.root_url }}{{ blog.master_atom_url }}" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/assets/skins/sam/skin.css" /> |
|
18 | 18 | <div id="masthead" class="fix"> |
19 | 19 | <h1><a href="/">{{ blog.title }}</a></h1> |
20 | 20 | <div id="authorBlurb"> |
21 | | - <img src="{{"images/avatar.png"|find_static_file}}" alt="Avatar" /> |
| 21 | + <img src="/static/default/images/avatar.png" alt="Avatar" /> |
22 | 22 | <p id="authorIntro"> |
23 | 23 | {{ blog.description }} |
24 | 24 | </p> |
@@ -89,7 +89,7 @@ <h1><a href="/">{{ blog.title }}</a></h1> |
89 | 89 | <div id="searchWrap"> |
90 | 90 | <form method="get" id="searchForm" action="/search"> |
91 | 91 | <input type="text" value="{{ searchterm }}" name="s" id="s" /> |
92 | | - <input id="searchsubmit" type="image" src="{{"images/btn_search.gif"|find_static_file}}" alt="Search" /> |
| 92 | + <input id="searchsubmit" type="image" src="/static/default/images/btn_search.gif" alt="Search" /> |
93 | 93 | </form> |
94 | 94 | </div> |
95 | 95 | {% endblock %} |
@@ -254,7 +254,7 @@ <h3>Subscribe</h3> |
254 | 254 | </div> |
255 | 255 |
|
256 | 256 | <script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js"></script> |
257 | | - <script type="text/javascript" src="{{"js/bloog_base.js"|find_static_file}}"></script> |
| 257 | + <script type="text/javascript" src="/static/default/js/bloog_base.js"></script> |
258 | 258 |
|
259 | 259 | {% if user_is_admin %} |
260 | 260 | {% include "form_editor.html" %} |
|
0 commit comments