diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 18:31:45 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 18:31:45 +0200 |
commit | f1b0372d1cad18dd5e70d04d473b0feb469253c7 (patch) | |
tree | f6bae34a85276b5380e4a73f12eb8c85f2100e3a /src/templates | |
parent | 178d76291fd50501092da78bd6cd38fa4b3d0469 (diff) | |
download | website-f1b0372d1cad18dd5e70d04d473b0feb469253c7.tar.xz |
Add pygments syntax highlighting
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/layout-journal.html | 1 |
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"> |