mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 16:58:50 +01:00
12 lines
362 B
HTML
12 lines
362 B
HTML
<footer>
|
|
<div id="footer-left">
|
|
</div>
|
|
<div id="footer-center">
|
|
{{ site.data.i18n[site.lang].label.modified }}: {{ page.modified }}<br/>
|
|
{{ site.data.i18n[site.lang].label.created }}: {{ page.created }}
|
|
</div>
|
|
<div id="footer-right">
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/"></a>
|
|
</div>
|
|
</footer>
|