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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/background.html')
-rw-r--r--layouts/shortcodes/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/background.html b/layouts/shortcodes/background.html
index 5d06c3c..4a1cddb 100644
--- a/layouts/shortcodes/background.html
+++ b/layouts/shortcodes/background.html
@@ -1,3 +1,3 @@
-<p class="sm col background-{{ .Get 0 }}">
+<div class="sm col background-{{ .Get 0 }}">
{{ .Inner | markdownify }}
-</p> \ No newline at end of file
+</div>