add fonts, css, scripts, remove share buttons, another minor fixes

This commit is contained in:
root
2018-11-23 09:20:45 +00:00
parent 4217a2dd1b
commit 362baca757
12 changed files with 65 additions and 56 deletions

View File

@@ -1,3 +1,3 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/pojoaque.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
<link rel="stylesheet" href="/css/pojoaque.min.css">
<script src="/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>