Add optional Read more. Close #47
This commit is contained in:
parent
09f5cf0373
commit
3d08f96509
7 changed files with 14 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue