We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bfe58 commit 959793aCopy full SHA for 959793a
layout/index.ejs
@@ -7,6 +7,7 @@ page.banner_img_height = theme.index.banner_img_height
7
page.banner_mask_alpha = theme.index.banner_mask_alpha
8
%>
9
10
+<h1 style="display: none"><%= config.title %></h1>
11
<% page.posts.each(function (post) { %>
12
<div class="row mx-auto index-card">
13
<% var post_url = url_for(post.path), index_img = post.index_img || theme.post.default_index_img %>
0 commit comments