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>
|
</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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue