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

github.com/antonpolishko/hugo-stellar-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantonpolishko <anton.polishko@gmail.com>2018-09-19 10:55:39 +0300
committerGitHub <noreply@github.com>2018-09-19 10:55:39 +0300
commit9821d3e02be033b0e30225fa8970104d63a4563d (patch)
tree06f32e551daa0385f81c879484ca2755726cb67f
parentac20424b5a1c57539eb80f1464ea295c261a7f08 (diff)
parent5d1ec8cefa0aa794cf802684590dac37725cf063 (diff)
Merge pull request #3 from mkt/patch-1
footer.copyright: </a> is unnecessary
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 793fb2c..a815e1d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -36,7 +36,7 @@
</section>
{{ if .Site.Params.footer.copyright.enable }}
- <p class="copyright">{{.Site.Params.footer.copyright.text | markdownify }}</a>.</p>
+ <p class="copyright">{{.Site.Params.footer.copyright.text | markdownify }}.</p>
{{ end }}
-</footer> \ No newline at end of file
+</footer>