added statuspage to footer
This commit is contained in:
parent
0dbdd51245
commit
32024acdee
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
{{ if .Site.Params.showcopyright }}
|
{{ if .Site.Params.showcopyright }}
|
||||||
<div class="footer_copyright">
|
<div class="footer_copyright">
|
||||||
© {{ now.Format "2006" }} <a href="{{ .Site.Params.Author.aboutpage }}">{{ .Site.Params.Author.firstname }} {{ .Site.Params.Author.lastname }}</a>
|
© {{ now.Format "2006" }} <a href="{{ .Site.Params.Author.aboutpage }}">{{ .Site.Params.Author.firstname }} {{ .Site.Params.Author.lastname }}</a>
|
||||||
{{ with .Site.Params.Author.location }} - Made in {{ . }}{{ end }}
|
{{ with .Site.Params.Author.location }} - Made in {{ . }}{{ end }} | <a href="{{ .Site.Params.statuspage }}">{{ .Site.Params.statuspagename }}</a>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue