mindlair/templates/_index.fr.md
Irrlicht ace8217983 [config][wip] Make the site available in multiple language
Work on basic configuration to test if the translations are picked up by
Zola system
2025-10-14 20:35:51 +02:00

881 B

{% extends "base.html" %}

{% block content %}

Une tanière

Mindlair c'est ma petit tanière à moi, où j'amasse ce que j'ai envie de partager.

Touche à tout bonne à rien, je passe ma vie avec les gens et à filer des coups de main. Si je m'intéresse à mille choses, la politique occupe le plus clair de mon temps.

Ce que je publie

{% set links = load_data(path="content/links.json") %} {% for link in links %}

{{ link.name }}

{{ link.description }}

{% endfor %}

{% endblock content %}