mirror of https://gitlab.com/curben/blog
fix(css): consistent appearance on published/updated dates and tags
This commit is contained in:
parent
1a7f5a9693
commit
ab18204496
|
@ -19,17 +19,13 @@
|
||||||
<ul class="article-meta">
|
<ul class="article-meta">
|
||||||
<% if (post.lastUpdated) { %>
|
<% if (post.lastUpdated) { %>
|
||||||
<li>
|
<li>
|
||||||
<span class="label">
|
<span class="label"><%= __('date_updated') %>:</span>
|
||||||
<%= __('date_updated') %>:
|
|
||||||
<%- partial('post/updated-date') %>
|
<%- partial('post/updated-date') %>
|
||||||
</span>
|
|
||||||
</li>
|
</li>
|
||||||
<% } %>
|
<% } %>
|
||||||
<li>
|
<li>
|
||||||
<span class="label">
|
<span class="label"><%= __('date_published') %>:</span>
|
||||||
<%= __('date_published') %>:
|
|
||||||
<%- partial('post/date') %>
|
<%- partial('post/date') %>
|
||||||
</span>
|
|
||||||
</li>
|
</li>
|
||||||
<% if (post.categories && post.categories.length) { %>
|
<% if (post.categories && post.categories.length) { %>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue