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:
@@ -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>© <?= 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user