Add class blog-outdated-warning
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/31594/head
parent
a4726731ed
commit
659dd4b904
|
@ -14,7 +14,7 @@
|
|||
{{ $msg := .Param "outdated_page.message" | default (T "outdated_page_message") -}}
|
||||
{{ $reason := .Param "outdated_page.reason" | default (T "outdated_page_reason") -}}
|
||||
{{ $msg = replaceRE "REASON" $reason $msg -}}
|
||||
<section id="deprecation-warning">
|
||||
<section id="deprecation-warning" class="blog-outdated-warning">
|
||||
<div class="content deprecation-warning pageinfo">
|
||||
<h3>{{ $title }}</h3>
|
||||
<p> {{ $msg }}</p>
|
||||
|
|
Loading…
Reference in New Issue