Skip to content

Commit

Permalink
Remove time from post date
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Erdmann committed Oct 6, 2018
1 parent 44cd619 commit 5a2c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -13,7 +13,7 @@ <h2>November 13, 2018 @ UNC Chapel Hill</h2>
{% for post in paginator.posts %}
<li>
<h2><a class="post-title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<p class="post-meta">{{ post.date | date: '%B %-d, %Y — %H:%M' }}</p>
<p class="post-meta">{{ post.date | date: '%B %-d, %Y' }}</p>
<p>{{ post.description }}</p>
<br/>
<hr/>
Expand Down

0 comments on commit 5a2c2f0

Please sign in to comment.