1
0
Fork 0

[GIT] add even more dependencies and basic project structure

This commit is contained in:
Jannik Beyerstedt 2016-03-31 10:37:32 +02:00
parent 9f5109d65f
commit b6a4368226
22 changed files with 3100 additions and 2 deletions

View file

@ -0,0 +1,15 @@
<?php
// -------------------------------------------
// kirby snippet FOR jannikbeyerstedt.de
// copyright: Jannik Beyerstedt | https://jannikbeyerstedt.de
// license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License
// -------------------------------------------
?>
<footer class="section" id="footer" role="contentinfo">
<div class="container">
<p id="copyright"><?php echo $site->copyright()->kirbytextRaw() ?></p>
<p id="info"><?php echo $site->webdesigner()->kirbytextRaw() ?></p>
<div class="clearfix"></div>
</div>
</footer>