kcl-digital-humanities-garden/index.md
2021-03-09 09:40:24 -05:00

646 B

layout
home
    {% for post in site.posts %}
  • {{ post.title }}
  • {% endfor %}
{% for post in site.posts %}

{{ post.title }}

{% if post.excerpt %} {{ post.excerpt | markdownify | strip_html }} {% else %} {{ post.content | markdownify | strip_html | truncate: 160 }} {% endif %}

{% endfor %}