diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 22:50:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 21:59:39 +0100 |
commit | 068b4517ac81c5a128a26ec10153019f1497a2a4 (patch) | |
tree | 5df5962154c8af595ea5469c1eb930cebb132976 /src | |
parent | 8d6b446e48a3fd82cca741644d4b9e53c72c0ebf (diff) | |
download | website-068b4517ac81c5a128a26ec10153019f1497a2a4.tar.xz |
move isso.css to journal subdir, use glob.glob instead of listdir
Diffstat (limited to 'src')
-rw-r--r-- | src/journal/isso.css (renamed from src/isso.css) | 0 | ||||
-rw-r--r-- | src/templates/entry.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/isso.css b/src/journal/isso.css index bd880dd..bd880dd 100644 --- a/src/isso.css +++ b/src/journal/isso.css diff --git a/src/templates/entry.html b/src/templates/entry.html index 1988537..1f23123 100644 --- a/src/templates/entry.html +++ b/src/templates/entry.html @@ -1,7 +1,7 @@ {% extends 'layout.html' %} {% block head %} - <link href="/~kyrias/isso.css" rel="stylesheet"> + <link href="isso.css" rel="stylesheet"> {% endblock head %} {% block content %} |