输出归档页
This commit is contained in:
parent
1d97dfff8e
commit
2416dffb33
547
archive.php
547
archive.php
File diff suppressed because one or more lines are too long
9
post.php
9
post.php
@ -60,15 +60,15 @@ $this->need('base/article.style.php');
|
||||
<hr>
|
||||
<div class="reprint" id="reprint-statement">
|
||||
<div class="reprint__author"><span class="reprint-meta" style="font-weight:700"><i
|
||||
class="fas fa-user">文章作者: </i></span><span class="reprint-info"><a
|
||||
class="fas fa-user">文章作者: </i></span><span class="reprint-info"><a
|
||||
href="<?php $this->author->permalink(); ?>"
|
||||
rel="external nofollow noreferrer"><?php $this->author(); ?></a></span></div>
|
||||
<div class="reprint__type"><span class="reprint-meta" style="font-weight:700"><i
|
||||
class="fas fa-link">文章链接: </i></span><span class="reprint-info"><a
|
||||
class="fas fa-link">文章链接: </i></span><span class="reprint-info"><a
|
||||
href="<?php $this->permalink() ?>"><?php $this->permalink() ?></a></span>
|
||||
</div>
|
||||
<div class="reprint__notice"><span class="reprint-meta" style="font-weight:700"><i
|
||||
class="fas fa-copyright">版权声明: </i></span><span class="reprint-info">本博客所有文章除特別声明外,均采用 <a
|
||||
class="fas fa-copyright">版权声明: </i></span><span class="reprint-info">本博客所有文章除特別声明外,均采用 <a
|
||||
href="https://creativecommons.org/licenses/by/4.0/deed.zh"
|
||||
rel="external nofollow noreferrer" target="_blank">CC BY 4.0</a> 许可协议。转载请注明来源 !</span></div>
|
||||
</div>
|
||||
@ -81,7 +81,8 @@ $this->need('base/article.style.php');
|
||||
$("html, body").animate({scrollTop: $("#reprint-statement").offset().top - 80}, 800);
|
||||
}</script>
|
||||
<div class="tag_share" style="display:block">
|
||||
<div class="post-meta__tag-list" style="display:inline-block">
|
||||
<!--先不要这个了-->
|
||||
<div class="post-meta__tag-list" style="display:none">
|
||||
<div class="article-tag"><a href="/tags/%E5%91%8A%E7%A4%BA/"><span
|
||||
class="chip bg-color">告示</span></a></div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user