Add deprecation warning to old posts.

This commit is contained in:
2020-05-15 21:15:51 +00:00
parent 4967fadbc1
commit 7fbcda8d2f
88 changed files with 105 additions and 2 deletions

View File

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