Initial commit

This commit is contained in:
2026-01-15 12:23:11 +01:00
commit 92fc092460
52 changed files with 2283 additions and 0 deletions

15
footer.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/**
* Stopka
*
* @link https://krzysztof-turek.com
*
* @package tylkofotografia.pl
* @version 0.1
*/
get_template_part("template-parts/footer/footer");
wp_footer();
?>
</body>
</html>