2020-08-24 13:27:51 -04:00
|
|
|
<footer class="article-footer">
|
2020-09-17 18:00:39 -04:00
|
|
|
{{ partial "article/components/tags" . }}
|
2020-08-24 13:27:51 -04:00
|
|
|
|
2020-09-06 08:02:48 -04:00
|
|
|
{{ if and (.Site.Params.article.license.enabled) (not (eq .Params.license false)) }}
|
2020-08-24 13:27:51 -04:00
|
|
|
<section class="article-copyright">
|
2020-10-09 18:27:56 -04:00
|
|
|
{{ partial "helper/icon" "copyright" }}
|
2021-07-25 13:50:52 -04:00
|
|
|
<span>{{ default .Site.Params.article.license.default .Params.license | markdownify }}</span>
|
2020-08-24 13:27:51 -04:00
|
|
|
</section>
|
|
|
|
{{ end }}
|
2020-09-06 14:26:18 -04:00
|
|
|
|
2020-09-06 14:33:23 -04:00
|
|
|
{{- if ne .Lastmod .Date -}}
|
2021-08-15 05:12:56 -04:00
|
|
|
<section class="article-lastmod">
|
2020-10-09 18:27:56 -04:00
|
|
|
{{ partial "helper/icon" "clock" }}
|
2021-08-15 05:12:56 -04:00
|
|
|
<span>
|
2020-12-18 19:41:26 -05:00
|
|
|
{{ T "article.lastUpdatedOn" }} {{ .Lastmod.Format ( or .Site.Params.dateFormat.lastUpdated "Jan 02, 2006 15:04 MST" ) }}
|
2020-09-09 11:17:09 -04:00
|
|
|
</span>
|
2020-09-06 14:26:18 -04:00
|
|
|
</section>
|
|
|
|
{{- end -}}
|
2021-07-25 13:50:52 -04:00
|
|
|
</footer>
|