File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ hidden: true # don't count this post in blog pagination
1010description : " This is a simple and minimalist template for Jekyll for those who likes to eat noodles."
1111jemoji : ' <img class="emoji" title=":ramen:" alt=":ramen:" src="https://assets.github.com/images/icons/emoji/unicode/1f35c.png" height="20" width="20" align="absmiddle">'
1212author : johndoe
13+ externalLink : false
1314---
1415
1516![ Screenshot] ( https://raw.githubusercontent.com/sergiokopplin/indigo/gh-pages/screen-shot.png )
Original file line number Diff line number Diff line change 55< section class ="list ">
66 {% for post in site.posts %}
77 {% if post.projects %}
8- < div class ="item {% if post.star == true %}star{% endif %} ">
9- < a class ="url " href ="{{ site.url }}{{ post.url }} ">
8+ < div class ="item {% if post.star %}star{% endif %} ">
9+ < a class ="url " href ="{% if post.externalLink %}{{ post.externalLink }}{% else %}{{ site.url }}{{ post.url }}{% endif % } ">
1010 < aside > < time datetime ="{{ post.date | date: "%d-%m-%Y " }}"> {{ post.date | date: "%b %d %Y" }}</ time > </ aside >
1111 {{ post.jemoji }}< h3 class ="title "> {{ post.title }}</ h3 >
1212 </ a >
You can’t perform that action at this time.
0 commit comments