summaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-09 23:59:59 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-09 23:59:59 +0200
commitcc98fc8ad20525d08a9c028680afba8807faa9bb (patch)
treef1642f34364b9bc45a9d42a2e84c60a579d2aedb /docs/layouts/shortcodes
parent3b86b4a9f5ce010c9714d813d5b8ecddda22c69f (diff)
parent8b73644d81a81e82851b7f7c90aa8ab5524fbe93 (diff)
Diffstat (limited to 'docs/layouts/shortcodes')
-rw-r--r--docs/layouts/shortcodes/note.html1
-rw-r--r--docs/layouts/shortcodes/tip.html1
-rw-r--r--docs/layouts/shortcodes/warning.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/note.html b/docs/layouts/shortcodes/note.html
index fcf081bd5..24d2cd0b2 100644
--- a/docs/layouts/shortcodes/note.html
+++ b/docs/layouts/shortcodes/note.html
@@ -1,3 +1,4 @@
+{{ $_hugo_config := `{ "version": 1 }` }}
<aside class="admonition note">
<div class="note-icon">
{{partial "svg/exclamation.svg" (dict "size" "20px" ) }}
diff --git a/docs/layouts/shortcodes/tip.html b/docs/layouts/shortcodes/tip.html
index 0b56ac560..139e3376b 100644
--- a/docs/layouts/shortcodes/tip.html
+++ b/docs/layouts/shortcodes/tip.html
@@ -1,3 +1,4 @@
+{{ $_hugo_config := `{ "version": 1 }` }}
<aside class="admonition tip">
<div class="tip-icon">
{{partial "svg/exclamation.svg" .}}
diff --git a/docs/layouts/shortcodes/warning.html b/docs/layouts/shortcodes/warning.html
index d05057e59..c9147be64 100644
--- a/docs/layouts/shortcodes/warning.html
+++ b/docs/layouts/shortcodes/warning.html
@@ -1,3 +1,4 @@
+{{ $_hugo_config := `{ "version": 1 }` }}
<aside class="admonition warning">
<div class="admonition-icon">
{{partial "svg/exclamation.svg" .}}