Bereite sauberen Installationsstand vor

Runtime-Daten aus Git entfernen, WebP-Konvertierung ergänzen, Installation und Updates dokumentieren sowie den Repository-Link im Footer hinzufügen.
This commit is contained in:
2026-08-22 09:56:06 +02:00
parent 9fa448598a
commit 71df09a261
55 changed files with 512 additions and 584 deletions
+4 -1
View File
@@ -282,7 +282,7 @@ if ($loggedIn) {
<?php endif; ?>
<div class="mb-3">
<label class="form-label">Bild (JPG/PNG/WEBP)</label>
<label class="form-label">Bild (JPG/PNG/WEBP, wird automatisch als WebP gespeichert)</label>
<input type="file" class="form-control" name="image" accept=".jpg,.jpeg,.png,.webp">
</div>
@@ -406,6 +406,9 @@ if ($loggedIn) {
<span>&copy; <?= date('Y') ?> <?= h(SITE_NAME) ?></span>
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutz</a>
<a class="footer-gitea" href="https://git.mrblake.cc/MrBlake/Walschleber-Kultour-CMS" target="_blank" rel="noopener noreferrer" aria-label="Quellcode auf Gitea ansehen" title="Quellcode auf Gitea">
<img src="/assets/gitea.svg" width="18" height="18" alt="">
</a>
</div>
</footer>