mirror of https://gitlab.com/curben/blog
refactor: remove unused "typo" class
* Previously removed in css
- bb7dd56322
This commit is contained in:
parent
bb7dd56322
commit
d6801b1c7f
|
@ -11,7 +11,7 @@
|
|||
<% if (post.excerpt) { %>
|
||||
<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}) %>
|
||||
<%- post.more %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue