add subdomains to footer

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-12 05:27:23 +05:30
parent 156a3b1b63
commit 216ca60d6c
10 changed files with 47 additions and 6 deletions

View File

@@ -31,6 +31,13 @@
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a><br>
PGP Fingerprint: 53EC 089E F230 E47A 83BA 8F81 9594 9BD4 B853 F559
<ul class="subdomains">
$for(subdomains)$
<li>
<a href="https://$name$.$domain$"> <img src="/images/logos/$name$.png" alt="https://$name$.$domain$"/> </a>
</li>
$endfor$
</ul>
</footer>
</body>
</html>