This commit is contained in:
浪子
2024-05-17 16:02:08 +08:00
parent 85e58d7e6f
commit 78b4d4969e
21 changed files with 654 additions and 1066 deletions
+3 -4
View File
@@ -1,16 +1,15 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<main class="site--main">
<section class="site--main">
<header class="archive--header">
<h1 class="post--single__title"><?php $this->title() ?></h1>
</header>
<article class="post--single">
<div class="graph u-marginBottom30">
<?php $this->content(); ?>
</div>
</article>
<?php $this->need('comments.php'); ?>
</main>
<?php $this->need('comments.php'); ?>
</section>
<?php $this->need('footer.php'); ?>