Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 699 Bytes

index.md

File metadata and controls

27 lines (24 loc) · 699 Bytes
layout title
default
Helge Heß
{% for post in site.posts %} {% unless post.hidden %}
    <div class="entry">
      {{ post.excerpt }}
    </div>
  
    <div class="date">
      <table border="0" width="100%"> <!-- old skool -->
        <tr>
          <td>{{ post.date | date: "%B %e, %Y" }}</td>
          <td align="right"><a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a></td>
        </tr>
      </table>
    </div>
  </article>
{% endunless %}

{% endfor %}