菜单
控制台
概要
个人设置
插件
外观
编辑文件 post.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 post.php
可以使用的外观
编辑
jasmine
外观
设置外观
编辑源码
<?php if (!defined("__TYPECHO_ROOT_DIR__")) { exit(); } ?> <!DOCTYPE html> <html lang="zh"> <?php $this->need("header.php"); ?> <body class="jasmine-body" data-prismjs-copy="点击复制" data-prismjs-copy-error="按Ctrl+C复制" data-prismjs-copy-success="内容已复制!"> <div class="jasmine-container grid grid-cols-12"> <?php $this->need("component/sidebar-left.php"); ?> <div class="flex col-span-12 lg:col-span-8 flex-col lg:border-x-2 border-stone-100 dark:border-neutral-600 lg:pt-0 lg:px-6 pb-10 px-3"> <?php $this->need("component/menu.php"); ?> <div class="flex flex-col gap-y-12"> <div></div> <?php $this->need("component/post-title.php"); ?> <div class="markdown-body dark:!bg-[#161829] dark:!bg-[#0d1117] !text-neutral-900 dark:!text-gray-400" itemprop="articleBody"> <?php echo handleContent($this->content); ?> </div> <div class="flex flex-row gap-x-2 flex-wrap gap-y-2" id="post-tag"> <?php $this->tags(" ", true, ""); ?> </div> <div class="border-b-2 border-stone-100 dark:border-neutral-600"></div> <div> <?php $this->need("comments.php"); ?> </div> </div> </div> <div class="hidden lg:col-span-3 lg:block" id="sidebar-right"> <?php $this->need("component/sidebar.php"); ?> </div> </div> <?php $this->need("footer.php"); ?> </body> </html>
保存文件
模板文件
404.php
comments.php
footer.php
functions.php
header.php
index.php
page-archives.php
page-links.php
page-random.php
page.php
post.php
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载