Skip to content

Latest commit

 

History

History
executable file
·
79 lines (69 loc) · 4.01 KB

index.md

File metadata and controls

executable file
·
79 lines (69 loc) · 4.01 KB
layout permalink title description
default
index.html
Blog
Blogging on ....

{% if site.twitter_widget_id %}

<script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); </script>
{% else %} {% endif %}
{% for post in site.categories.featured limit:10 %}

{% if post.modified.size > 2 %}<span class="post-date indexpg" itemprop="dateModified" content="{{ post.modified | date: "%Y-%m-%d" }}"> {{ post.modified | date_to_string }} {% else %}<span class="post-date indexpg" itemprop="datePublished" content="{{ post.date | date: "%Y-%m-%d" }}"> {{ post.date | date_to_string }} {% endif %}

{% if post.description.size > 140 %}{{ post.description | markdownify | remove: '

' | remove: '

' }}{% else %}{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}{% endif %} Read more...


{% endfor %}
{% for post in site.posts limit:10 %} {% unless post.category contains "featured" %}

{% if post.modified.size > 2 %}<span class="post-date indexpg" itemprop="dateModified" content="{{ post.modified | date: "%Y-%m-%d" }}"> {{ post.modified | date_to_string }}{% else %}<span class="post-date indexpg" itemprop="datePublished" content="{{ post.date | date: "%Y-%m-%d" }}"> {{ post.date | date_to_string }}{% endif %}

{% if post.description.size > 140 %}{{ post.description | markdownify | remove: '

' | remove: '

' }}{% else %}{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}{% endif %} Read more...

{% unless forloop.last %}
{% endunless %} {% endunless %} {% endfor %}