jlelse
/
Indiego
Archived
1
Fork 0
This repository has been archived on 2020-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Indiego/layouts/partials/oldcontentwarning.html

7 lines
223 B
HTML
Raw Normal View History

2020-05-24 07:30:26 +00:00
{{ if .Param "oldcontentwarning" }}
{{ if .Date }}
{{ if (.Date.AddDate 1 0 0).Before now }}
2020-06-06 18:55:03 +00:00
<strong class="p border-top border-bottom">{{ ":warning:" | emojify }} {{ T "oldcontent" }}</strong>
2020-05-24 07:30:26 +00:00
{{ end }}
{{ end }}
{{ end }}