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

github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-06 04:49:23 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 04:49:23 +0300
commit4c859ec451cb4a2f64260ad46199d75ccc4ce5c5 (patch)
treec916c8f97003eee628397af88577fb3ef095d9ea
parente3b538d92b540b07712dec7e1445fbb2ac155346 (diff)
some cleanup
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f75e2b4..db5e6e7 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
- <p class="m-0 text-center text-white">Copyright &copy; {{ .Site.Params.footer.copyright }} {{ now.Year }}</p>
<p class="m-0 text-center text-white">Ported to Hugo by <a class="text-white" href="https://github.com/cowboysmall" target="_blank">CowboySmall</a></p>
+ <p class="m-0 text-center text-white">Copyright &copy; {{ .Site.Params.footer.copyright }} {{ now.Year }}</p>
</div><!-- /.container -->
</footer>