Browse Source

Added class for the month in blog overview

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
1cc18ddbfb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      blog/index.html

2
blog/index.html

@ -22,7 +22,7 @@ section_id: blog
/ /
{% endif %} {% endif %}
<h1 class="blogdate"><a href="{{ post.url | replace:'.html','' }}">{{ post.date | date: "%d" }}</a></h1> <h1 class="blogdate"><a href="{{ post.url | replace:'.html','' }}">{{ post.date | date: "%d" }}</a></h1>
<p>{{ post.date | date: "%B %Y" }}</p> <p id="post-month">{{ post.date | date: "%B %Y" }}</p>
</div> </div>
<div class="large-8 columns bottom-blog"> <div class="large-8 columns bottom-blog">
<div class="post-content blog"> <div class="post-content blog">

Loading…
Cancel
Save