yannstatic/_layouts/home.html

31 lines
518 B
HTML
Raw Permalink Normal View History

2024-10-31 20:18:37 +01:00
---
layout: articles
titles:
# @start locale config
en : &EN Home
en-GB : *EN
en-US : *EN
en-CA : *EN
en-AU : *EN
fr : &FR Accueil
fr-BE : *FR
fr-CA : *FR
fr-CH : *FR
fr-FR : *FR
fr-LU : *FR
# @end locale config
show_title: false
articles:
data_source: paginator.posts
article_type: BlogPosting
show_cover: false
show_excerpt: true
show_readmore: true
show_info: true
---
<script>
{%- include scripts/home.js -%}
</script>
{{ content }}