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
|
@ -7,4 +7,4 @@ title: Unterstützen
|
|||
|
||||
<p><a href="/{{locale}}/donate/">➔ Unterstützen</a></p>
|
||||
|
||||
{% include donations.html %}
|
||||
{% include "donations.html" %}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -28,5 +28,5 @@ title: Impressum
|
|||
<div class="mb-3 pt-4 border-top">
|
||||
<h2>Lizenzen</h2>
|
||||
<p>Diese Webseite nutzt die folgenden Bibliotheken mit ihren entsprechenden Lizenzen:</p>
|
||||
{% include licenses.html %}
|
||||
{% include "licenses.html" %}
|
||||
</div>
|
||||
|
|
|
@ -31,7 +31,7 @@ eleventyNavigation:
|
|||
href="https://social.sp-codes.de/@sp_codes">@sp_codes@social.sp-codes.de</a></strong>
|
||||
</p>
|
||||
<div class="row justify-content-center">
|
||||
{% include services-simple.html %}
|
||||
{% include "services-simple.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,4 +44,4 @@ eleventyNavigation:
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% include profiles.html %}
|
||||
{% include "profiles.html" %}
|
||||
|
|
7
src/de/services/mastodon.md
Normal file
7
src/de/services/mastodon.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: base.njk
|
||||
key: mastodon
|
||||
title: Mastodon
|
||||
---
|
||||
# <i class="i-mastodon"></i> Mastodon
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue