Update post.php
This commit is contained in:
parent
d6aaa9ac51
commit
c91c5e54da
6
post.php
6
post.php
|
@ -38,10 +38,9 @@
|
||||||
</div>
|
</div>
|
||||||
<h2 class="post--single__title"><?php $this->title() ?></h2>
|
<h2 class="post--single__title"><?php $this->title() ?></h2>
|
||||||
<div class="post--single__content graph" ><?php $this->content(); ?></div>
|
<div class="post--single__content graph" ><?php $this->content(); ?></div>
|
||||||
|
|
||||||
<div class="post--single">
|
|
||||||
<!--打赏 -->
|
<!--打赏 -->
|
||||||
<?php if($this->options->donate): ?>
|
<?php if($this->options->donate): ?>
|
||||||
|
<div class="post--single__action">
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('/dist/css/donate.css'); ?>">
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('/dist/css/donate.css'); ?>">
|
||||||
<script type="text/javascript" src="<?php $this->options->themeUrl('/dist/js/donate.js'); ?>"></script>
|
<script type="text/javascript" src="<?php $this->options->themeUrl('/dist/js/donate.js'); ?>"></script>
|
||||||
<div class="donate-panel">
|
<div class="donate-panel">
|
||||||
|
@ -65,9 +64,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--打赏结束 -->
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
<!-- 复制链接 -->
|
<!-- 复制链接 -->
|
||||||
<?php if($this->options->showshare): ?>
|
<?php if($this->options->showshare): ?>
|
||||||
<div class="post--share">
|
<div class="post--share">
|
||||||
|
|
Loading…
Reference in New Issue