代码拉取完成,页面将自动刷新
同步操作将从 shrekuu/typecho-bootstrap-theme 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-xs-12 col-md-9" id="main" role="main">
<div class="breadcrumb">
<li><a href="<?php $this->options->siteUrl(); ?>">首页</a></li>
<?php if ($this->is('index')): ?><!-- 页面为首页时 -->
<li>最新文章</li>
<?php elseif ($this->is('post')): ?><!-- 页面为文章单页时 -->
<li><?php $this->category(); ?></li>
<li><?php $this->title() ?></li>
<?php else: ?><!-- 页面为其他页时 -->
<li><?php $this->archiveTitle(' » ','',''); ?></li>
<?php endif; ?>
</div>
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<h1 class="post-title page-header" itemprop="name headline"><?php $this->title() ?></h1>
<div class="post-content" itemprop="articleBody">
<?php $this->content(); ?>
</div>
</article>
<?php $this->need('comments.php'); ?>
</div><!-- end #main-->
<?php $this->need('sidebar.php'); ?>
<?php $this->need('footer.php'); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。