Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 755 Bytes

index.md

File metadata and controls

24 lines (20 loc) · 755 Bytes
layout
default
{% for post in site.posts %}
<div>
  <h2><b style="font-size: 30px; font-family: inherit; font-weight: 500; line-height: 1.1;">{{ post.title }}</b></h2>
  <p><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i> {{ post.date | date: '%B %d, %Y' }}</p>
</div>

<div>
  <a href="{{ site.baseurl }}{{ post.url }}" class="btn btn-primary btn-simple">Read More</a>
</div>
{% endfor %}