aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a0e4472..d9e6ccc 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -35,17 +35,17 @@
>
<span property="dct:title">The content in this website</span>
by
- {{ with .Site.Author.homepage }}
+ {{ with .Site.Params.Author.homepage }}
<a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="{{ . }}"
class="link dim"
>
- {{ $.Site.Author.name }}
+ {{ $.Site.Params.Author.name }}
</a>
{{ else }}
- {{ $.Site.Author.name }}
+ {{ $.Site.Params.Author.name }}
{{ end }}
is licensed under a
@@ -84,7 +84,7 @@
{{ else }}
Copyright &copy;
{{ now.Format "2006" }}
- {{ .Site.Author.name }}
+ {{ .Site.Params.Author.name }}
{{ end }}
</div>