Skip to content

Commit 551865a

Browse files
authored
Use midot instead of normal dot between author and category (#1794)
1 parent 976dd71 commit 551865a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="hentry post">
1010
<div class="sticky-header">
1111
<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>
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>
1313
</div><!-- .sticky-header -->
1414

1515
<div class="entry-summary">

0 commit comments

Comments
 (0)