diff options
Diffstat (limited to 'src/templ/base.thtml')
-rw-r--r-- | src/templ/base.thtml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/templ/base.thtml b/src/templ/base.thtml index 9066a40..0686a13 100644 --- a/src/templ/base.thtml +++ b/src/templ/base.thtml @@ -1,7 +1,3 @@ -<!-- -well if you checking page source, then I realy whant to work in your -company as its looks like you have there smart ppl dos21h~~~gmail~~~com ---> <!doctype html> <html> @@ -9,7 +5,8 @@ company as its looks like you have there smart ppl dos21h~~~gmail~~~com <!-- Optional theme --> <link rel="stylesheet" href="/styles/monokai-sublime.css"> <link rel="stylesheet" href="/styles/main.css"> - <script src="/js/highlight.pack.js"></script> + <link rel="stylesheet" href="/styles/pygments.css"> + <script src="_/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> <title>{{article.title}}</title> {% if article.keywords %}<meta name="keyword" content="{{article.keywords}}"/>{% endif %} |