Website/_layouts/home.html

17 lines
350 B
HTML
Raw Normal View History

2017-09-13 13:23:10 +02:00
---
layout: default
---
2017-05-21 00:47:09 +02:00
<article>
<h2>CreativeCalc en quelques mots</h2>
{{ page.content | markdownify }}
</article>
2019-06-11 20:25:20 +02:00
<div class="separator"></div>
2017-05-21 00:47:09 +02:00
{% for post in site.posts %}
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
2019-06-11 20:25:20 +02:00
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
2017-05-21 00:47:09 +02:00
{{ post.content }}
</article>
{% endfor %}