diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-02-03 14:52:53 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-02-03 14:52:53 +0000 |
commit | 11eb2fc7f8e80bbaca30dfadf5c3552e8953a74b (patch) | |
tree | 1d824cf07442327f51dde5b6fd207d0e84b1ac24 /src/templ/base.thtml | |
parent | ecd9e407916a8aa264a9e5added59f3edb1e7de0 (diff) | |
download | md-site-11eb2fc7f8e80bbaca30dfadf5c3552e8953a74b.tar.gz md-site-11eb2fc7f8e80bbaca30dfadf5c3552e8953a74b.zip |
Update the py to use pygments
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 %} |