This commit is contained in:
浪子
2025-04-07 09:14:37 +08:00
parent 26e2c5b40c
commit 4dce3365b6
5 changed files with 93 additions and 93 deletions
+2 -6
View File
@@ -13,16 +13,12 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</header>
<div class="template--linksWrap">
<ul class="link-items">
<?php
Links_Plugin::output('<li class="link-item"><a class="link-item-inner effect-apollo" href="{url}" target="_blank">
<span class="sitename"><strong>{name}</strong>{title}</span>
</a></li>');
?>
<?php Links_Plugin::output('<li class="link-item"><a class="link-item-inner effect-apollo" href="{url}" target="_blank"><span class="sitename"><strong>{name}</strong>{title}</span></a></li>'); ?>
</ul>
</div>
<article class="post--single">
<?php if ($this->allow('comment')): ?>
<?php $this->need('./module/comments.php'); ?>
<?php $this->need('module/comments.php'); ?>
<?php endif; ?>
</article>
</section>