diff options
Diffstat (limited to 'templates/template.html.j2')
| -rw-r--r-- | templates/template.html.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 711cbc7..183ef55 100644 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -1,9 +1,9 @@ <!doctype html> <html lang="en"> <head> - <link rel='stylesheet' href="{{ prefix }}styles/style.css"> - <link rel="icon" type="image/png" href="{{ prefix }}images/favicon-32x32.png" sizes="32x32" /> - <link rel="icon" type="image/png" href="{{ prefix }}images/favicon-16x16.png" sizes="16x16" /> + <link rel='stylesheet' href="static/styles/style.css"> + <link rel="icon" type="image/png" href="static/images/favicon-32x32.png" sizes="32x32" /> + <link rel="icon" type="image/png" href="static/images/favicon-16x16.png" sizes="16x16" /> <title>cafebabe.gay :: {{ title }}</title> <meta content="{{ title }}" property="og:title" /> @@ -37,12 +37,12 @@ <p> <a href="https://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" - src="{{ prefix }}images/vcss-blue.gif" + src="static/images/vcss-blue.gif" alt="Valid CSS!" /> </a> </p> <a href="https://www.debian.org/"> - <img src="{{ prefix }}images/powerdebian.gif" alt="Powered By Debian"> + <img src="static/images/powerdebian.gif" alt="Powered By Debian"> </a> </div> </footer> |
