Files
personal-website-statix-gen…/themes/anatole-zola/templates/links.html

9 lines
275 B
HTML
Raw Normal View History

2024-08-20 14:18:52 +02:00
{% extends "basic.html" %}
{% block content %}
<article class="post animated fadeInDown">
<h1><a href="{{ section.permalink }}"> {{ trans(key="links", lang=lang) }} </a></h1>
<div class="post-content">{{ section.content | safe }}</div>
</article>
{% endblock content %}