From: Andreas Grunewald Date: Wed, 24 Aug 2016 23:13:21 +0000 (-0700) Subject: docs: Update highlight.js example to latest version X-Git-Tag: v0.17~167 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6eff9e501534dfa952b059f446faf9eff097aef7;p=brevno-suite%2Fhugo docs: Update highlight.js example to latest version Highlight.js has evolved quite a bit since it this doc was written. Updating the example to the latest 9.6 version of Highlight JS hosted by cloudflare --- diff --git a/docs/content/extras/highlighting.md b/docs/content/extras/highlighting.md index 1efa9a0d..7f7eef1e 100644 --- a/docs/content/extras/highlighting.md +++ b/docs/content/extras/highlighting.md @@ -129,8 +129,8 @@ This example uses the popular [Highlight.js] library, hosted by [Yandex], a popu In your `./layouts/partials/` (or `./layouts/chrome/`) folder, depending on your specific theme, there will be a snippet that will be included in every generated HTML page, such as `header.html` or `header.includes.html`. Simply add the css and js to initialize [Highlight.js]: ~~~ - - + + ~~~