Skip to content

Commit 24281d4

Browse files
Merge pull request sergiokopplin#197 from bradstimpson/bradstimpson-patch-1
Adding Jemoji to Blog Posts
2 parents 6f5371c + ab01939 commit 24281d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/blog-post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="item {% if post.star %}star{% endif %}">
33
<a class="url" href="{{ site.url }}{{ post.url }}">
44
<aside class="date"><time datetime="{{ post.date | date:"%d-%m-%Y" }}">{{ post.date | date: "%b %d %Y" }}</time></aside>
5-
<h3 class="title">{{ post.title }}</h3>
5+
{{ post.jemoji }}<h3 class="title">{{ post.title }}</h3>
66
</a>
77
</div>
88
{% endif %}

0 commit comments

Comments
 (0)