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

github.com/aerohub/hugrid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 35cad37..dcdf07d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1 +1,3 @@
- <p>{{ with .Site.Params.footertext }}{{ . | markdownify }}{{ end }}</p> \ No newline at end of file
+<footer>
+ {{ with .Site.Params.footertext }}{{ . | markdownify }}{{ end }}
+</footer> \ No newline at end of file