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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/notice.html')
-rw-r--r--layouts/shortcodes/notice.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html
index 0b03907..7282b74 100644
--- a/layouts/shortcodes/notice.html
+++ b/layouts/shortcodes/notice.html
@@ -1,3 +1,3 @@
-{{ $_hugo_config := `{ "version": 1 }` }}
-
+{{ $_hugo_config := `{ "version": 1 }` }}
+
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}><p>{{ .Inner | markdownify }}</p></div> \ No newline at end of file