summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:52:23 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:52:23 +0200
commitb0356711c737930b92ea76e9201f11c48b1f119a (patch)
treea722e74400c10993b953ee741726e908d62aadb3 /src
parent7b5cd2ef61f6ea5b01a9587feb167393777033a3 (diff)
downloadwebsite-b0356711c737930b92ea76e9201f11c48b1f119a.tar.xz
Forgot to add pygments to non-journal/
Diffstat (limited to 'src')
-rw-r--r--src/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 85b3c0b..22cea04 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
<link href="style.css" rel="stylesheet">
+ <link href="pygments.css" rel="stylesheet">
<link rel="icon" type="image/png" href="resources/glider.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">