wp-go/internal/theme/twentyseventeen/layout/colophon.gohtml

9 lines
291 B
Plaintext
Raw Normal View History

2023-03-03 15:09:39 +00:00
{{define "layout/colophon"}}
<footer id="colophon" class="site-footer">
<div class="wrap">
<div class="site-info">
<a href="https://cn.wordpress.org/" class="imprint">自豪地采用WordPress</a>
</div>
</div>
</footer>
{{end}}