diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-12 15:45:53 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-12 15:45:53 +0100 |
commit | 9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 (patch) | |
tree | 17e3f101f557ae049454038a7d1a1a38feb5f208 /templates/journal_page.html | |
parent | 7d9f81622846a5d775703b765819d887f23dd29c (diff) |
Calculate the number of comments for each article. Add Google Code Prettify.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r-- | templates/journal_page.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index d567d2f..828ec31 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -1,6 +1,9 @@ {.section head} -<link rel="stylesheet" type="text/css" - href="{root|html-attr-value}/style/journal.css" /> + <link rel="stylesheet" type="text/css" + href="{root|html-attr-value}style/journal.css" /> + <link href="/journal/prettify/prettify.css" rel="stylesheet" type="text/css" /> + <script type="text/javascript" src="/journal/prettify/prettify.js"></script> + <script type="text/javascript" src="/journal/prettify/lang-lisp.js"></script> {.end} {.section body} |