summaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-10 18:31:45 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-10 18:31:45 +0200
commitf1b0372d1cad18dd5e70d04d473b0feb469253c7 (patch)
treef6bae34a85276b5380e4a73f12eb8c85f2100e3a /src/templates
parent178d76291fd50501092da78bd6cd38fa4b3d0469 (diff)
downloadwebsite-f1b0372d1cad18dd5e70d04d473b0feb469253c7.tar.xz
Add pygments syntax highlighting
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/layout-journal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/layout-journal.html b/src/templates/layout-journal.html
index 83765bd..4ad4589 100644
--- a/src/templates/layout-journal.html
+++ b/src/templates/layout-journal.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
<link href="../style.css" rel="stylesheet">
+ <link href="../pygments-default.css" rel="stylesheet">
<link rel="icon" type="image/png" href="../resources/glider.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">