mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
fbe39f45a3
* feat: header component * feat: captcha component * feat: rename all html files * feat: update github link * feat: all templates in subfolders * feat: separate thread card * feat: separate pagination * feat: update pagination * feat: separate post * lint
10 lines
274 B
HTML
10 lines
274 B
HTML
{{ define "footer" }}
|
|
<footer class="py-4">
|
|
<div class="container text-center">
|
|
<a href="https://github.com/yanislav-igonin/micrach" target="blank">
|
|
<img src="/static/images/github-icon.png" alt="GitHub icon">
|
|
</a>
|
|
</div>
|
|
</footer>
|
|
{{ end }}
|