Blog Archive
{{ content }}
{% capture site_lang %}{{ site.lang | default: "en" }}{% endcapture %}
{% for post in site.posts %}
{% capture post_lang %}{{ post.lang | default: site_lang }}{% endcapture %}
{% capture lang %}{% if post_lang != site_lang %}{{ post_lang }}{% endif %}{% endcapture %}
-
{{ post.date | date: "%b %-d, %Y" }}
{% if post.categories != empty or post.tags != empty %}
{% include category_links.html categories=post.categories tags=post.tags %}
{% endif %}
{% if post.external-url %}
• Permalink
{% endif %}
{% endfor %}