hugo-theme-zzo/layouts/shortcodes/notice.html

3 lines
126 B
HTML
Raw Normal View History

<div class="notices {{ .Get 0 }}" data-title="{{ .Get 1 | default (.Get 0) | humanize }}">
2020-01-30 16:17:56 +00:00
{{ .Inner | markdownify }}
</div>