personal_site/projects.md
2023-09-23 13:04:42 +02:00

644 B

title, layout, redirect_from
title layout redirect_from
Projects default
/projects/

{% for post in site.projects %}

{% unless post.hide_image %} {{post.alt}} {% endunless %}
<section>
<h2 class="p-name blogroll-title"><a class="u-uid u-url" href="{{ post.url }}">{{ post.title }}</a></h2>
<time class="dt-published" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time>
<summary class="p-summary">{{ post.excerpt | markdownify | remove: '<p>' | remove: '</p>' }}</summary>
</section>
{% endfor %}