Add class blog-outdated-warning

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/31594/head
Patrice Chalin 2022-02-01 15:41:54 -05:00 committed by GitHub
parent a4726731ed
commit 659dd4b904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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