uci-shortcodes/layouts/shortcodes/updated.html

7 lines
252 B
HTML

<div class="updated">
{{/* {{ now | .Format " Jan 1 " }} */}}
{{ $now := (now) }}
site updated: {{ $now | time.Format ":date_long" }}@{{ $now | time.Format ":time_short" }}</br>
{{ with $.Site.Params.status }} status: {{ . }}{{ end }}</br>
</div>