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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-12-23 19:31:07 +0300
committerAnthony Fok <foka@debian.org>2015-12-23 19:31:07 +0300
commitcb8f459127615dd312f990ceeae4ac058cb9ec61 (patch)
treeece2ccdd19f9bbef0ce8c329bb37c37a7891a4fb /docs/layouts
parent22bd485072b3d028a4338217d8bfadc5ace26759 (diff)
Docs: Add nohighlight shortcode and improve formatting
And some random formatting and copyediting fixes. See also #1708
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/shortcodes/nohighlight.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/nohighlight.html b/docs/layouts/shortcodes/nohighlight.html
new file mode 100644
index 000000000..d9cb5f302
--- /dev/null
+++ b/docs/layouts/shortcodes/nohighlight.html
@@ -0,0 +1 @@
+<pre><code class="hljs nohighlight">{{ .Inner }}</code></pre>