my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add word count to article pages

+9 -1
+9 -1
app/views/articles/show.html.erb
··· 14 14 <div class="article_date_text"> 15 15 <time class="article_time dt-published" <%= tag.attributes datetime: @article.created_at.strftime('%Y-%m-%d') %> ><%= @article.created_at.strftime('%Y %b %d') %></time> 16 16 </div> 17 - <span class="tag_link"><span aria-hidden="true">|</span> <%= link_to @article.tag.name, @article.tag, class: "p-category" %></span> 17 + <span class="tag_link"> 18 + <span aria-hidden="true">|</span> 19 + <%= link_to @article.tag.name, @article.tag, class: "p-category" %> 20 + <span aria-hidden="true">|</span> 21 + <span style="color:var(--main-color);"> 22 + <%= @article.body.scan(/\w+/).size %> words 23 + </span> 24 + </span> 25 + 18 26 </p> 19 27 20 28 <div class="pbody">