added authors website to site parameters. link to authors website can be included in the footer now.
This commit is contained in:
parent
a9564d13d1
commit
fa50dd6d0f
2 changed files with 7 additions and 2 deletions
|
|
@ -27,7 +27,12 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
<p class="credits copyright text-muted">
|
||||
{{ .Site.Author.name }}
|
||||
{{ if .Site.Author.web }}
|
||||
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
|
||||
{{ else }}
|
||||
{{ .Site.Author.name }}
|
||||
{{ end }}
|
||||
|
||||
•
|
||||
{{ .Site.LastChange.Format "2006" }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue