Merge pull request #87 from ROYALBEFF/master
corrected variable name for authors website in footer layout
This commit is contained in:
commit
f34002d30e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
</ul>
|
||||
<p class="credits copyright text-muted">
|
||||
{{ if .Site.Author.name }}
|
||||
{{ if .Site.Author.web }}
|
||||
{{ if .Site.Author.website }}
|
||||
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
|
||||
{{ else }}
|
||||
{{ .Site.Author.name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue