Add deprecation warning to old posts.
This commit is contained in:
@ -1 +1,8 @@
|
||||
{{partial "menu.html" .}}
|
||||
{{ partial "menu.html" . }}
|
||||
{{ with ($.Param "deprecated") }}
|
||||
<p class="l-deprecation_warning">
|
||||
This post was saved / ported from a previous site migration. You may
|
||||
encounter missing images, dead links, and strange formatting. Sorry
|
||||
about that!
|
||||
</p>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user