summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layout/_partial/header.ejs4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs
index 46c5fc5..34097f7 100644
--- a/layout/_partial/header.ejs
+++ b/layout/_partial/header.ejs
@@ -1,4 +1,8 @@
+<% if (is_post()) { %>
+<section class="hero is-medium auto-dark">
+<% } else { %>
<section class="hero is-large auto-dark">
+<% } %>
<div class="hero-head">
<header class="navbar" aria-label="main navigation">
<div class="container">