使用评论说说

This commit is contained in:
浪子
2024-06-07 14:28:35 +08:00
parent 9d4433a74d
commit f44fd96544
5 changed files with 460 additions and 26 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
/**
* 说说页面 - 时光机
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<section class="site--main">
<header class="archive--header">
<h1 class="post--single__title"><?php $this->title() ?></h1>
<h2 class="post--single__subtitle"><?php $this->content(); ?> </h2>
</header>
<article class="post--single">
<?php $this->need('times/dycomment.php'); ?>
</article>
</section>
<?php $this->need('footer.php'); ?>