Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 1.33 KB

conquest-notes.md

File metadata and controls

54 lines (48 loc) · 1.33 KB
layout title subtitle
page
Conquest notes
A collection of notes on the workings of Conquest

{% for post in site.categories.conquest %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

Posted on {{ post.date | date: "%B %-d, %Y" }}

{% if post.image %}
{% endif %}
{{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }} {% assign excerpt_word_count = post.excerpt | number_of_words %} {% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %} [Read More] {% endif %}

{% if post.tags.size > 0 %}

Tags: {% if site.link-tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% else %} {{ post.tags | join: ", " }} {% endif %}
{% endif %} {% endfor %}