1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 04:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/bookshelfplus-frontend/views/component/footer.html
2022-03-13 14:03:47 +08:00

11 lines
305 B
HTML

<footer>
<hr />
<p>
<% site.footer.link.forEach(function(link){ %>
<span><a href="<%= link.url; %>" target="<%= link.target %>"><%= link.text; %></a></span>
<% }); %>
</p>
<p>
Copyright © 2021-2022 <%= site.title; %> All Rights Reserved.
</p>
</footer>