mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-13 04:01:40 +08:00
11 lines
305 B
HTML
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> |