aboutsummaryrefslogtreecommitdiff
path: root/themes/XMin/layouts/partials/footer.html
blob: b2a1d6c6c38f0b9458374c91a3b3929b0b1a33be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <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/>
  {{ . | markdownify }}
  {{ end }}
  </footer>
  </body>
</html>