Skip to content

Commit 7bcf464

Browse files
committed
Merge branch 'gh-pages' into next
2 parents 4d0b16c + 919b1a3 commit 7bcf464

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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 %}

_posts/2015-02-24-markdown-extra-components.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tag:
1111
blog: true
1212
author: jamesfoster
1313
description: Markdown summary with different options
14+
# jemoji: '<img class="emoji" title=":ramen:" alt=":ramen:" src="https://assets.github.com/images/icons/emoji/unicode/1f35c.png" height="20" width="20" align="absmiddle">'
1415
---
1516

1617
## Summary:

_sass/pages/home-blog-projects.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
.item:hover .url aside
6363
color: $alpha
6464

65+
.blog > .list > .item > .url,
6566
.projects > .list > .item > .url
6667
> .title
6768
display: inline

0 commit comments

Comments
 (0)