Added head.pug

pull/20/head
tycrek 3 years ago
parent 16f696baa2
commit 387c11bbe1
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -0,0 +1,14 @@
style: include modest.css
style: include dracula.highlight.js.css
script(src='https://cdn.jsdelivr.net/npm/darkreader@4/darkreader.min.js')
script(src='https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.7.1/build/highlight.min.js')
script.
// Dark mode with Dark Reader
DarkReader.enable({
brightness: 100,
contrast: 100,
sepia: 0
});
// Highlight code blocks
hljs.highlightAll();

@ -2,19 +2,6 @@ html
head
title ass - The superior self-hosted ShareX server
meta(name='description' content='ass is a self-hosted ShareX upload server written in Node.js')
style: include modest.css
style: include dracula.highlight.js.css
script(src='https://cdn.jsdelivr.net/npm/darkreader@4/darkreader.min.js')
script(src='https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.7.1/build/highlight.min.js')
script.
// Dark mode with Dark Reader
DarkReader.enable({
brightness: 100,
contrast: 100,
sepia: 5
});
// Highlight code blocks
hljs.highlightAll();
include head
include opengraph
body!=data
Loading…
Cancel
Save