diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-29 00:14:30 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-29 00:14:30 -0400 |
commit | 81200fa6a598557f36593c950d7a63c52aa0b22f (patch) | |
tree | 7d51cadde76655cd4a928adf3d4a536b97c3124b /layouts/partials/footer.html | |
parent | b179606dac7cf36c490512146ad8ce898f7800b2 (diff) |
tweak styles
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d60e941..3800b98 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html | |||
@@ -47,6 +47,9 @@ | |||
47 | </section> | 47 | </section> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
50 | <div class="poweredby"> | ||
51 | Powered by <a href="https://gohugo.io">Hugo</a> & Blackbear | ||
52 | </div> | ||
50 | <div class="copyright">© Copyright {{ now.Format "2006" }} | All Rights Reserved | 53 | <div class="copyright">© Copyright {{ now.Format "2006" }} | All Rights Reserved |
51 | </div> | 54 | </div> |
52 | </footer> \ No newline at end of file | 55 | </footer> |