wp-go/templates/layout/footer.gohtml

7 lines
164 B
Plaintext
Raw Permalink Normal View History

2022-09-14 05:28:31 +00:00
{{define "layout/footer"}}
2022-09-18 16:16:40 +00:00
<div class="site-info">
<a href="https://cn.wordpress.org/" class="imprint">自豪地采用WordPress</a>
</div>
2022-09-14 05:28:31 +00:00
{{end}}