Merge pull request #80 from ROYALBEFF/master
added authors website to site parameters. link to authors website can…
This commit is contained in:
commit
8b46f7cc2f
@ -31,6 +31,7 @@ pygmentCodeFences = true
|
||||
|
||||
[Author]
|
||||
name = "Some Person"
|
||||
website = "yourwebsite.com"
|
||||
email = "youremail@domain.com"
|
||||
facebook = "username"
|
||||
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||
@ -89,4 +90,3 @@ pygmentCodeFences = true
|
||||
name = "Tags"
|
||||
url = "tags"
|
||||
weight = 3
|
||||
|
||||
|
@ -27,7 +27,14 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
<p class="credits copyright text-muted">
|
||||
{{ if .Site.Author.name }}
|
||||
{{ if .Site.Author.web }}
|
||||
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
|
||||
{{ else }}
|
||||
{{ .Site.Author.name }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
•
|
||||
{{ .Site.LastChange.Format "2006" }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user