mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-08-12 14:09:14 +00:00
0.7.0
删除了第三方评论的设置
This commit is contained in:
@@ -125,12 +125,9 @@
|
||||
<?php if ($this->options->showrelated): ?>
|
||||
<?php $this->need('module/related.php'); ?>
|
||||
<?php endif; ?>
|
||||
<!-- 如果设置了第三方评论系统则使用第三方评论 -->
|
||||
<?php if($this->options->twikoo): ?>
|
||||
<?php $this->options->twikoo(); ?>
|
||||
<?php else: ?>
|
||||
<?php $this->need('./module/comments.php'); ?>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->allow('comment')): ?>
|
||||
<?php $this->need('./module/comments.php'); ?>
|
||||
<?php endif; ?>
|
||||
<!--翻页-->
|
||||
<nav class="navigation post-navigation is-active">
|
||||
<div class="nav-links">
|
||||
|
||||
Reference in New Issue
Block a user