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 }}