Show alert if only value in page header

master
Will Faught 12 months ago
parent 30d7650bda
commit 3d84ba68a0

@ -18,7 +18,7 @@
{{ $keywords := sort (append $categories $tags) "Title" | and ($page.Param "paige.page.disable_keywords" | not) }}
{{ if or $authors $date $description $first $keywords $last $readingtime $series $title $toc }}
{{ if or $alert $authors $date $description $first $keywords $last $readingtime $series $title $toc }}
<header class="mw-100" id="paige-page-header">
<div class="align-items-center d-flex flex-column">
{{ if $first }}

Loading…
Cancel
Save