Skip to content

Commit

Permalink
One more index.html tweak (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat authored and rhatdan committed Sep 26, 2018
1 parent 8740e4b commit a55daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ <h1>{{ page.title }}</h1>

<section class="posts">
{% for post in site.categories.blogs %}
<p><h3><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><h3><br><h4><span>{{ post.date | date_to_string }}</span> by {{ post.author }}</h4></p>
<p><h3><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br><span>{{ post.date | date_to_string }}</span> by {{ post.author }}</h3></p>
{% endfor %}
</section>

0 comments on commit a55daa9

Please sign in to comment.