2019-11-27 17:06:26 +00:00
|
|
|
<footer class="footer">
|
2023-07-24 13:12:47 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
{{ if (eq .Site.Params.author.name .Site.Params.creator.name) }}
|
|
|
|
A website by
|
|
|
|
{{ else }}
|
|
|
|
A website published by
|
|
|
|
{{ if isset .Site.Params.author "url" }}
|
|
|
|
<span class="semibold"><a href="{{ .Site.Params.author.url }}">{{ .Site.Params.author.name }}</a></span>
|
|
|
|
{{ else }}
|
|
|
|
<span class="semibold">{{ .Site.Params.author.name }}</span>
|
|
|
|
{{ end }}
|
|
|
|
and built by
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
<a class="footer__logo" href="{{ .Site.Params.creator.url }}">
|
|
|
|
{{ .Site.Params.creator.name }}
|
2021-01-22 11:37:58 +00:00
|
|
|
</a>
|
2019-11-27 17:06:26 +00:00
|
|
|
</footer>
|