yufan.me/themes/spectre/layout/_partial/post-license.ejs
2024-06-14 02:15:18 +08:00

16 lines
670 B
Plaintext

<% if (page.hide_license !== true && theme.post.license || page.license) { %>
<blockquote style="margin: 2em 0 0;padding: 0.5em 1em;border-left: 3px solid #F44336;background-color: #F5F5F5;list-style: none;">
<p>
<strong>本文作者:<%= config.author %></strong>
<br>
<strong>
<% if (page.license) { %>
<%- page.license %>
<% } else { %>
<%- theme.post.license %>
<% } %></strong>
<br>
<strong><%- __('post.permalink') %></strong><a href="<%= page.permalink %>"><%= page.permalink %></a>
</p>
</blockquote>
<% } %>