Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwd <wd@wdicc.com>2019-12-02 03:16:42 +0300
committerwd <wd@wdicc.com>2019-12-02 03:23:42 +0300
commitfe44d8db89a0dbade67b354199e9632ae28590b0 (patch)
tree35406a2c6490fbd4ff12865113a066547141c03d /layouts
parent65c393592d1165cd6a0e00c14a208010a5d5932a (diff)
add favicon, put hljs to local
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 43805df..7e96e0b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -33,6 +33,6 @@
{{ template "_internal/google_analytics_async.html" . }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hljs.css">
- <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
+ <script src="{{ .Site.BaseURL }}/js/hljs.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>