Skip to content

Commit

Permalink
1.1.5版本
Browse files Browse the repository at this point in the history
更改页脚的显示方式,改为blockquote
修改了分页方块的大小
P.S:也许是最终版本了
  • Loading branch information
JimmyCai committed Feb 26, 2014
1 parent 552a79f commit 59f735d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?php if ($comments->have()): ?>
<h4><?php $this->commentsNum(_t('快抢沙发'), _t('沙发被抢'), _t('已有 %d 条评论')); ?></h4>

<div style="float: right;" id="comments-nav"><?php $comments->pageNav(); ?></div>
<?php $comments->pageNav(); ?>

<?php $comments->listComments(); ?>

Expand Down
5 changes: 2 additions & 3 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer id="footer">
<blockquote>
&copy;
<?php echo date( 'Y'); ?>
<a href="<?php $this->options->siteUrl(); ?>">
Expand All @@ -12,8 +12,7 @@
<a href="http://jimmycai.org">
Jimmy
</a>
</footer>
<!-- end #footer -->
</blockquote>
</div>
<?php $this->footer(); ?>
</body>
Expand Down
1 change: 0 additions & 1 deletion post.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</p>
</div>
<div class="tags">
标签:
<?php $this->tags(' , ', true, ''); ?>
</div>
</article>
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 59f735d

Please sign in to comment.