11-17-20_22:19:25

This commit is contained in:
Rax Ventus 2020-11-17 22:19:25 -07:00
parent 3add1bb976
commit 460c91a91d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ layout: default
<hr> <hr>
<h1>Earlier:</h1> <h1>Earlier:</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts offset:1 limit:5 %}
<a href="{{ post.url }}"> <a href="{{ post.url }}">
<h2>{{ post.title }}</h2> <h2>{{ post.title }}</h2>
<p>{{ post.date | date: "%m/%d/%Y %H:%M"}}</p> <p>{{ post.date | date: "%m/%d/%Y %H:%M"}}</p>