Add optional Read more. Close #47

This commit is contained in:
Dmitry Kolosov 2020-08-12 22:25:08 +03:00
parent 09f5cf0373
commit 3d08f96509
7 changed files with 14 additions and 10 deletions

View file

@ -4,13 +4,16 @@
{{ partial "languageSelect.html" . }}
{{ end }}
<div class="common-footer-bottom">
<div class="copyright">
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}{{ now.Year }}<br>
{{ i18n "powered" | humanize }} <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
</p>
</div>
{{ partial "themeSwitcher.html" . }}
</div>
{{ partial "themeSwitcher.html" . }}
</footer>