diff options
Diffstat (limited to 'themes/ananke/layouts/partials/site-footer.html')
-rwxr-xr-x | themes/ananke/layouts/partials/site-footer.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/ananke/layouts/partials/site-footer.html b/themes/ananke/layouts/partials/site-footer.html deleted file mode 100755 index d014f77..0000000 --- a/themes/ananke/layouts/partials/site-footer.html +++ /dev/null @@ -1,8 +0,0 @@ -<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo"> - <div class="flex justify-between"> - <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" > - © {{ now.Format "2006" }} {{ .Site.Title }} - </a> - <div>{{ partial "social-follow.html" . }}</div> - </div> -</footer> |