hugo-theme/layouts/partials/footer.html

7 lines
123 B
HTML
Raw Normal View History

2024-01-29 04:53:34 +00:00
<footer>
<hr/>
<a href="/{{ .Language.LanguageCode }}">{{ .Site.Title }}</a><br/>
2024-01-29 04:53:34 +00:00
</footer>
</body>
</html>