diff options
| author | Asherah Connor <1915+kivikakk@users.noreply.github.com> | 2021-09-09 07:00:11 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 17:00:11 -0400 |
| commit | 425de3f8650e56632e4d91a948676717250f3ccd (patch) | |
| tree | 7a43180b11c261510052c72c917591aea2902ed0 /templates | |
| parent | cd5cf0740ee56b169abf26a19f979107c45b23b3 (diff) | |
| download | xesite-425de3f8650e56632e4d91a948676717250f3ccd.tar.xz xesite-425de3f8650e56632e4d91a948676717250f3ccd.zip | |
markdown: use comrak syntect (#393)
* markdown: use comrak syntect
* css: make the code samples look better
It ain't perfect, but it's probably good enough to start with:
https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png
Signed-off-by: Christine Dodrill <me@christine.website>
Co-authored-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blogpost.rs.html | 2 | ||||
| -rw-r--r-- | templates/header.rs.html | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index a4d01be..808c873 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -147,6 +147,4 @@ @} @} </script> - -<script src="https://cdn.christine.website/file/christine-static/prism/prism.js"></script> @:footer_html() diff --git a/templates/header.rs.html b/templates/header.rs.html index bc501b9..399c7d0 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -59,7 +59,6 @@ la budza pu cusku lu <link rel="stylesheet" href="/css/hack.css" /> <link rel="stylesheet" href="/css/gruvbox-dark.css" /> <link rel="stylesheet" href="/css/shim.css" /> - <link rel="stylesheet" href="https://cdn.christine.website/file/christine-static/prism/prism.css" /> @if Utc::now().month() == 12 || Utc::now().month() == 1 || Utc::now().month() == 2 { <link rel="stylesheet" href="/css/snow.css" /> } <link rel="manifest" href="/static/manifest.json" /> |
