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:
@@ -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">© 2025 - <a href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span>
|
||||
<span class="text-base text-sf_gray-700">© 2025 - <a
|
||||
href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user