mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
added footer template
This commit is contained in:
11
templates/footer.html
Normal file
11
templates/footer.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer>
|
||||
<p>Strona napisana przez: {{author}}</p>
|
||||
<ul>
|
||||
{{if email}}
|
||||
<li><a href="mailto:{{email}}">{{email}}</a></li>
|
||||
{{endif}}
|
||||
{{if signal}}
|
||||
<li><a href="{{signal}}">Signal</a></li>
|
||||
{{endif}}
|
||||
</ul>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user