From 1acdb0a1c4b5258411a2020370bf2c5a451f0640 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 9 Feb 2021 07:29:46 +0300 Subject: Update highlightjs Signed-off-by: Alex Ivanov --- README.md | 2 +- layouts/partials/head.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 653dff9..64d37af 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Blackburn is a clear and responsive theme for [Hugo](//gohugo.io). * Last.fm * Discogs * Keybase -* Client-side syntax highlighting by [Highlight.js](//highlightjs.org) (v9.12.0) +* Client-side syntax highlighting by [Highlight.js](//highlightjs.org) (v10.6.0) * Web analytics by Google Analytics * Comments by Disqus * Icons by Font Awesome (v5.9.0) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4eda3b6..9104f21 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -46,10 +46,10 @@ {{ end }} {{ with .Site.Params.highlightjs }} - - + + {{ range $.Site.Params.highlightjs_extra_languages }} - + {{ end }} {{ end }} -- cgit v1.2.3