We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f5371c + ab01939 commit 24281d4Copy full SHA for 24281d4
_includes/blog-post.html
@@ -2,7 +2,7 @@
2
<div class="item {% if post.star %}star{% endif %}">
3
<a class="url" href="{{ site.url }}{{ post.url }}">
4
<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>
+ {{ post.jemoji }}<h3 class="title">{{ post.title }}</h3>
6
</a>
7
</div>
8
{% endif %}
0 commit comments