From 5f83dddf715e4db3cdb607a6d6f0be92554ac8bf Mon Sep 17 00:00:00 2001 From: curben Date: Thu, 27 Jun 2019 22:39:54 +0930 Subject: [PATCH] fix(schema): add "headline" to post title * https://webmasters.stackexchange.com/a/98469 --- themes/typing/layout/_partial/post/title.ejs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/typing/layout/_partial/post/title.ejs b/themes/typing/layout/_partial/post/title.ejs index cdd1908..21850bf 100644 --- a/themes/typing/layout/_partial/post/title.ejs +++ b/themes/typing/layout/_partial/post/title.ejs @@ -8,8 +8,6 @@ <%= post.title %> <% } else { %> -

- <%= post.title %> -

+

<%= post.title %>

<% } %> <% } %>