diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 18:39:56 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 18:40:45 +0100 |
commit | b8cd2d937eb0e305509d1ffc70a52315320541c8 (patch) | |
tree | 81f2b020f274c2128b8aeff19561130014d33923 /src/templates/layout.html | |
parent | 965c9e67ef6f79b9cf72a01da03222a66d632569 (diff) | |
download | website-b8cd2d937eb0e305509d1ffc70a52315320541c8.tar.xz |
refactor bupa slightly, add isso comments on separate entry pages
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index c91aa94..3c9db2f 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -3,11 +3,13 @@ <head> <meta charset="UTF-8"> <title>{{ title }}</title> - <link href="style.css" rel="stylesheet"> + <link href="/~kyrias/style.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Johannes Löthberg"> <link rel="me" href="https://theos.kyriasis.com/~kyrias/about.html" title="Johannes Löthberg <johannes@kyriasis.com>"> + +{% block head %}{% endblock %} </head> <body itemscope itemtype="http://schema.org/WebPage"> <header> @@ -34,7 +36,7 @@ </div> </div> <a id="emblem" href="http://www.catb.org/hacker-emblem/"> - <img src="resources/glider.png" alt="hacker emblem" /> + <img src="/~kyrias/resources/glider.png" alt="hacker emblem" /> </a> </footer> </body> |