1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 09:24:31 +00:00
GoBlog/templates/oldcontentwarning.gohtml

5 lines
176 B
Plaintext

{{ define "oldcontentwarning" }}
{{ if .Data.Old }}
<strong class="p border-top border-bottom">{{ string .Blog.Lang "oldcontent" }}</strong>
{{ end }}
{{ end }}