31 lines
1 KiB
HTML
Executable file
31 lines
1 KiB
HTML
Executable file
<footer class="site-footer h-card">
|
|
<data class="u-url" href="/"></data>
|
|
<div class="wrapper">
|
|
<h2 class="footer-heading">$pagetitle$</h2>
|
|
$if(authors)$
|
|
$for(authors)$
|
|
<div class="footer-col-wrapper">
|
|
<div class="footer-col footer-col-1">
|
|
<ul class="contact-list">
|
|
<li class="p-name">$name$</li>
|
|
<li>
|
|
$if(email)$
|
|
<a class="u-email" href="mailto:$email$">$email$</a>
|
|
$endif$
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col footer-col-2">
|
|
$partial("templates/social.html")$
|
|
</div>
|
|
<div class="footer-col footer-col-3">
|
|
$if(blurb)$
|
|
<p>$blurb$</p>
|
|
$endif$
|
|
</div>
|
|
</div>
|
|
$endfor$
|
|
$endif$
|
|
This work is licensed under a <a rel="license" href="$rights_url$">$rights$</a>
|
|
</div>
|
|
</footer>
|