Clean up broken duckquill submodule references

This commit is contained in:
Aron Petau 2025-04-30 17:47:32 +02:00
parent 84c80eceaa
commit 0d597798c8
322 changed files with 30223 additions and 4137 deletions

View file

@ -1,12 +0,0 @@
{% set dt = load_data(literal = body, format="json") %}
<div id="timeline-content">
<ul class="timeline">
{% for d in dt %}
<li class="event" data-date="{{ d.date |safe }}">
<h3>{{ d.title | markdown | safe}}</h3>
<p>{{ d.body | safe }}</p>
</li>
{% endfor %}
</ul>
</div>