We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976dd71 commit 551865aCopy full SHA for 551865a
blog/index.html
@@ -9,7 +9,7 @@
9
<div class="hentry post">
10
<div class="sticky-header">
11
<h2 class="entry-title"><a class="spec" href="{{ post.url }}" title="{{ post.title }}" rel="bookmark">{{ post.title }}</a></h2>
12
- <div class="byline">{{ post.date | date: "%B %d, %Y" }}{% if post.authors %} · by {{ post.authors | join: ", " }}{% endif %} . in {% for category in post.categories %}<a href="/blog/categories.html#{{category}}" class="category">{{ category }}</a>{% endfor %}</div>
+ <div class="byline">{{ post.date | date: "%B %d, %Y" }}{% if post.authors %} · by {{ post.authors | join: ", " }}{% endif %} · in {% for category in post.categories %}<a href="/blog/categories.html#{{category}}" class="category">{{ category }}</a>{% endfor %}</div>
13
</div><!-- .sticky-header -->
14
15
<div class="entry-summary">
0 commit comments