aboutsummaryrefslogtreecommitdiff
path: root/themes/XMin/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/XMin/layouts/partials/footer.html')
-rw-r--r--themes/XMin/layouts/partials/footer.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/XMin/layouts/partials/footer.html b/themes/XMin/layouts/partials/footer.html
deleted file mode 100644
index 082588d..0000000
--- a/themes/XMin/layouts/partials/footer.html
+++ /dev/null
@@ -1,16 +0,0 @@
- <footer>
- {{ if or (.Params.author) (gt .Params.lastmod 0) }}
- <div class="article-meta">
- {{ with .Params.author }}Author <span class="author">{{ . }}</span><br/>{{ end }}
- {{ if (gt .Params.lastmod 0) }}Updated <span class="date">{{ .Lastmod.Format "2006/01/02" }}</span><br/>{{ end }}
- </div>
- {{ end }}
-
- {{ partial "foot_custom.html" . }}
- {{ with .Site.Params.footer }}
- <hr/>
- {{ . | markdownify }}
- {{ end }}
- </footer>
- </body>
-</html>