layout |
---|
default |
- ";
{% assign posts = site.TIL | sort: 'date' | reverse %}
{% for post in posts %}
if(string_tag == "{{post.tag}}"){
string_html+="
- "; string_html+='[{{ post.tag }}]{{ post.title }}'; string_html+='{{ post.date | date: "%b %d, %Y" }}'; string_html+=''; string_html+=' '; } {% endfor %} string_html+="