diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:26:57 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:26:57 +0100 |
commit | f7e02efc9cfdaf9a993b7b62384f6d9d5e826700 (patch) | |
tree | aab8dc5aefbcf2e72d7e840afc3e9c95b7669cbe /source/static/templates/base.html | |
parent | Updated CherryPy configuration. (diff) | |
download | newspipe-f7e02efc9cfdaf9a993b7b62384f6d9d5e826700.tar.gz newspipe-f7e02efc9cfdaf9a993b7b62384f6d9d5e826700.tar.bz2 newspipe-f7e02efc9cfdaf9a993b7b62384f6d9d5e826700.zip |
Updated templates.
Diffstat (limited to 'source/static/templates/base.html')
-rw-r--r-- | source/static/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/static/templates/base.html b/source/static/templates/base.html index aa375470..29e81450 100644 --- a/source/static/templates/base.html +++ b/source/static/templates/base.html @@ -10,12 +10,12 @@ %else: <title>${header_text} - pyAggr3g470r</title> %endif - <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/static/css/style.css" /> <script src="https://apis.google.com/js/plusone.js"></script> </head> <body> <div class="right innerlogo"> - <a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a> + <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?"/></a> </div> <a href="/"><h1 id="top">pyAggr3g470r</h1></a> ${self.body()} |