10 lines
310 B
HTML
10 lines
310 B
HTML
{{define "footer"}}
|
||
<p class="footer">
|
||
<a href="https://technicalsuwako.moe/blog/spliti-{{ .Ves }}/">Spliti {{ .Ver }}</a> |
|
||
<a href="https://gitler.moe/suwako/spliti"><img src="/static/git.png" alt="Git"></a> |
|
||
<a href="https://076.moe/">076</a>
|
||
</p>
|
||
</body>
|
||
</html>
|
||
{{end}}
|