forked from samuel-p/sp-codes.de
some updates and fixes
This commit is contained in:
parent
6d2bf7136a
commit
1488f40f51
14 changed files with 41 additions and 15 deletions
|
@ -73,10 +73,10 @@ eleventyNavigation:
|
|||
</div>
|
||||
|
||||
<h2>Aktuelle Ausgaben</h2>
|
||||
{% include expenses-current.html %}
|
||||
{% include "expenses-current.html" %}
|
||||
|
||||
<h2>Spenden {{donations[0].year}}</h2>
|
||||
{% include donations-current.html %}
|
||||
{% include "donations-current.html" %}
|
||||
|
||||
<p><a href="/{{locale}}/all-donations/">➔ Alle Spenden</a></p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue