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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2017-11-18 16:33:21 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2017-11-18 18:16:09 +0300
commit092bbe5352750f6c49f00fce6cb46db4261d7693 (patch)
tree96104be1f4b2de8ee613023b0eed6107752823ef /layouts
parent09fc42616b7247877765e76d6acc4393e0a11b4d (diff)
remove highlightjs
Since version v0.28 in Hugo there is a default syntax highlighter, Chroma.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fe1dae4..533dec3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -29,8 +29,4 @@
{{ end }}
</title>
-<script src="js/highlight.min.js"></script>
-<link rel="stylesheet" href="css/tomorrow-night.min.css" />
-<script>hljs.initHighlightingOnLoad();</script>
-
</head>