Skip to content

Commit

Permalink
🎨 add book emoji to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
HoverBaum committed Aug 11, 2016
1 parent 109b1ca commit ee39907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/meilidu/layout/index.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% if (page.current > 2){ %>
<span class="different-posts different-posts_earlier">- <a href="/page/<%= page.current - 1 %>">earlier posts</a> -</span>
<% } else if (page.current === 2) { %>
<span class="different-posts different-posts_earlier">- <a href="/">earlier posts</a> -</span>
<span class="different-posts different-posts_earlier">📖 <a href="/">earlier posts</a> 📖</span>
<% } %>

<% page.posts.each(function(post) { %>
Expand Down

0 comments on commit ee39907

Please sign in to comment.