diff options
Diffstat (limited to 'themes/XMin/layouts/partials/footer.html')
-rw-r--r-- | themes/XMin/layouts/partials/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/XMin/layouts/partials/footer.html b/themes/XMin/layouts/partials/footer.html index 3f46ea5..b2a1d6c 100644 --- a/themes/XMin/layouts/partials/footer.html +++ b/themes/XMin/layouts/partials/footer.html @@ -1,4 +1,9 @@ <footer> + <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> + {{ partial "foot_custom.html" . }} {{ with .Site.Params.footer }} <hr/> |