Website/_layouts/home.html

17 lines
350 B
HTML

---
layout: default
---
<article>
<h2>CreativeCalc en quelques mots</h2>
{{ page.content | markdownify }}
</article>
<div class="separator"></div>
{% for post in site.posts %}
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.content }}
</article>
{% endfor %}