Update documentation for single page website layout

This commit is contained in:
Justin Nguyen
2021-01-14 20:46:48 -08:00
parent 1b08c1579e
commit 75f3e7bce2
11 changed files with 99 additions and 48 deletions

View File

@@ -7,8 +7,12 @@
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
{{ end }}
<span>::</span>
<span>Theme originally by <a href="https://twitter.com/panr">panr</a> and extended by <a href="https://github.com/justinnuwin/hugo-theme-terminal/">yours truly</a>.</span>
{{ if not $.Site.Params.singlePageSite }}
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
{{ else }}
<span>::</span>
<span>Theme made by <a href="https://twitter.com/panr">panr</a> and single-page layout by <a href="https://justinnuwin.com">justinnuwin</a>.</span>
{{ end }}
</div>
</div>
</footer>