aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/even/layouts/partials/footer.html')
-rw-r--r--themes/even/layouts/partials/footer.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/themes/even/layouts/partials/footer.html b/themes/even/layouts/partials/footer.html
deleted file mode 100644
index 461a5c8..0000000
--- a/themes/even/layouts/partials/footer.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<div class="copyright">
- <span class="power-by">
- {{ (printf (T "powered") `<a class="hexo-link" href="https://gohugo.io">Hugo</a>`) | safeHTML }}
- </span>
- <span class="division">|</span>
- <span class="theme-info">
- {{ T "theme" }} -
- <a class="theme-link" href="https://github.com/olOwOlo/hugo-theme-even">Even</a>
- </span>
-
- <span class="copyright-year">
- {{- $current := now.Format "2006" }}
- &copy;
- {{ if ne .Site.Params.since $current }}
- {{ .Site.Params.since }} -
- {{ end }}
- {{- $current }}
- <span class="heart">
- <i class="iconfont icon-heart"></i>
- </span>
- <span class="author">{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span>
- </span>
-</div>