spliti/view/footer.html

10 行
310 B
HTML
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

{{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/"></a>
</p>
</body>
</html>
{{end}}