Add deprecation warning to old posts.
This commit is contained in:
parent
4967fadbc1
commit
7fbcda8d2f
88 changed files with 105 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue