Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 7f729b5

Browse files
Merge pull request #16 from cloudnautique/main
Fix footer link
2 parents 92dad86 + a0d151e commit 7f729b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beta/develop/website/themes/ananke/layouts/partials/site-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
22
<div class="flex justify-between">
3-
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
3+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="/" >
44
&copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
55
</a>
66
<div>{{ partial "social-follow.html" . }}</div>

0 commit comments

Comments
 (0)