Files
iblog2/views/shared/artical_footer.pug
2019-06-23 17:52:14 +08:00

33 lines
1.8 KiB
Plaintext

p
br
p(style="max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); font-size: 14px; white-space: normal; font-family: 微软雅黑; text-align: center; line-height: 1.75em; box-sizing: border-box !important; word-wrap: break-word !important;")
span(style="letter-spacing: 1px;")
strong
span(style="font-size: 14px;") 【END】
p(style="max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); font-size: 14px; white-space: normal; font-family: 微软雅黑; text-align: center; line-height: 1.75em; box-sizing: border-box !important; word-wrap: break-word !important;")
span(style="letter-spacing: 1px;")
strong
span(style="font-size: 14px;")
br
.post-copyright(style="max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); font-size: 14px; white-space: normal; font-family: 微软雅黑; line-height: 1.75em; box-sizing: border-box !important; word-wrap: break-word !important;")
.post-copyright__author
span.post-copyright-meta 作者:
span.post-copyright-info
a(href="mailto:" + settings.Email) #{settings.Author}
.post-copyright__type
span.post-copyright-meta 本文链接:
span.post-copyright-info
a#declaration_url
.post-copyright__notice
span
.class("post-copyright-meta") 版权声明:本博客所有文章除声明转载外,均采用
a(href="https://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh" target="_blank") CC BY-NC-SA 3.0
| 许可协议。转载请注明来自
a(href="http://"+settings.SiteDomain target="_blank") #{settings.SiteName}
| !
script.
url=window.location.href
document.getElementById("declaration_url").innerHTML=url;
document.getElementById("declaration_url").href=url;