refactor: remove unused "typo" class

* Previously removed in css
  - bb7dd56322
This commit is contained in:
curben 2019-08-25 22:18:03 +09:30
parent bb7dd56322
commit d6801b1c7f
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<% if (post.excerpt) { %> <% if (post.excerpt) { %>
<p class="p-summary"><%- post.excerpt %></p> <p class="p-summary"><%- post.excerpt %></p>
<% } %> <% } %>
<div class="e-content article-entry typo" itemprop="articleBody"> <div class="e-content article-entry" itemprop="articleBody">
<%- toc(page.content, {list_number: false}) %> <%- toc(page.content, {list_number: false}) %>
<%- post.more %> <%- post.more %>
</div> </div>