chore: reformat and clean up PHP templates, snippets, and configurations

Standardized code formatting across multiple files for improved readability and consistency.
This commit is contained in:
2025-06-29 10:59:56 +02:00
parent f36f69082d
commit 2bf81134c7
12 changed files with 523 additions and 348 deletions
+9 -8
View File
@@ -1,13 +1,13 @@
<?php
/*
Snippets are a great way to store code snippets for reuse
or to keep your templates clean.
/*
Snippets are a great way to store code snippets for reuse
or to keep your templates clean.
This footer snippet is reused in all templates.
This footer snippet is reused in all templates.
More about snippets:
https://getkirby.com/docs/guide/templates/snippets
*/
More about snippets:
https://getkirby.com/docs/guide/templates/snippets
*/
?>
<footer class="bg-sf_grau-400 w-full" data-pgc-define="footer"
@@ -132,7 +132,8 @@
<!--Grid-->
<div class="py-7 border-t border-gray-700">
<div class="flex items-center justify-center">
<span class="text-base text-sf_gray-700">&copy; 2025 - <a href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span>
<span class="text-base text-sf_gray-700">&copy; 2025 - <a
href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span>
</div>
</div>
</div>