Merge pull request #31623 from sftim/20220204_tweak_blog_outdated_warning
Recolor warning about old blog articles
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</div>
|
||||
</section>
|
||||
{{ else if and (eq .Section "blog") .Date (.Date.Before (now.AddDate -1 0 0)) -}}
|
||||
<section id="deprecation-warning" class="outdated-blog">
|
||||
<div class="content deprecation-warning pageinfo">
|
||||
<section id="deprecation-warning">
|
||||
<div class="content deprecation-warning pageinfo outdated-blog">
|
||||
<h3>{{ T "outdated_blog__title" }}</h3>
|
||||
<p>{{ T "outdated_blog__message" }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user