+
{{ post.title }}
+
+
+
+ {% include no-linenos.html content=post.content %}
+ {{ content | markdownify | strip_html | truncate: 200 | escape }}
+
+
+
+
+
+
+
+ {% include datetime.html date=post.date lang=lang %}
+
+
+ {% if post.categories.size > 0 %}
+
+
+ {% for category in post.categories %}
+ {{ category }}
+ {%- unless forloop.last -%},{%- endunless -%}
+ {% endfor %}
+
+ {% endif %}
+
+
+ {% if post.pin %}
+
+
+ {{ site.data.locales[lang].post.pin_prompt }}
+
+ {% endif %}
+
+
+