fix theme

This commit is contained in:
2021-06-08 22:10:25 +09:00
parent fc40162d5e
commit 7b900d92b2
3 changed files with 17 additions and 21 deletions

View File

@@ -1,11 +1,7 @@
<section>
<article class="article">
<hgroup class="article__metadata">
<% if (page.updated) { %>
<h3 class="article__pubdate">
<time pubdate><%- date(page.updated, "YYYY / <b>MM</b>") %></time>
</h3>
<% } else if (page.date) { %>
<% if (page.date) { %>
<h3 class="article__pubdate">
<time pubdate><%- date(page.date, "YYYY / <b>MM</b>") %></time>
</h3>