Permalink
Browse files
♻️ Improve microfomats on Articles in list
- Loading branch information...
Showing
with
5 additions
and
3 deletions.
-
+5
−3
app/views/articles/_article.html.erb
|
@@ -9,9 +9,11 @@ |
|
|
|
<% end %> |
|
|
|
</time> |
|
|
|
<% end %> |
|
|
|
<div class="p-name e-content"> |
|
|
|
<h3 class="post__title"><%= link_to article.title, long_post_path(article.params), class: "underline" %></h3> |
|
|
|
<%= blurb(article) %> |
|
|
|
<div> |
|
|
|
<h3 class="post__title p-name"><%= link_to article.title, long_post_path(article.params), class: "underline" %></h3> |
|
|
|
<p class="p-summary"> |
|
|
|
<%= blurb(article) %> |
|
|
|
</p> |
|
|
|
<%= link_to "Read on", long_post_path(article.params), class: 'post__cta' %> |
|
|
|
</div> |
|
|
|
<a class="u-author" href="/"></a> |
|
|
0 comments on commit
593493d