GoBlog/templates/oldcontentwarning.gohtml

5 lines
176 B
Plaintext
Raw Normal View History

2020-11-03 17:00:03 +00:00
{{ define "oldcontentwarning" }}
{{ if .Data.Old }}
<strong class="p border-top border-bottom">{{ string .Blog.Lang "oldcontent" }}</strong>
2020-11-03 17:00:03 +00:00
{{ end }}
{{ end }}