{{ partial "article/components/tags" . }}
{{ if and (.Site.Params.article.license.enabled) (not (eq .Params.license false)) }}
{{ partial "helper/icon" "copyright" }}
{{ default .Site.Params.article.license.default .Params.license | markdownify }}
{{ end }}
{{- if ne .Lastmod .Date -}}
{{ partial "helper/icon" "clock" }}
{{ T "article.lastUpdatedOn" }} {{ .Lastmod.Format ( or .Site.Params.dateFormat.lastUpdated "Jan 02, 2006 15:04 MST" ) }}
{{- end -}}