corrected variable name for authors website

This commit is contained in:
Alexander Becker 2017-08-09 08:30:21 +00:00 committed by GitHub
parent c968ae7d9c
commit d5692a3f8d

View File

@ -28,7 +28,7 @@
</ul> </ul>
<p class="credits copyright text-muted"> <p class="credits copyright text-muted">
{{ if .Site.Author.name }} {{ if .Site.Author.name }}
{{ if .Site.Author.web }} {{ if .Site.Author.website }}
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a> <a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
{{ else }} {{ else }}
{{ .Site.Author.name }} {{ .Site.Author.name }}