1 Star 2 Fork 0

十载北林 / typecho-theme-sunlight

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page-link.php 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kingsr 提交于 2021-03-18 13:02 . 202103181302
<?php
/**
* 友链模板
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="container">
<div class="post-main">
<div class="post-title">
<a href="<?php $this->permalink() ?>"><?php $this->title() ?></a>
</div>
<div class="post-desc">
· <?php $this->date(); ?> ·
</div>
<div class="post-content">
<?php $this->content(); ?>
</div>
</div>
</div>
<?php $this->need('footer.php'); ?>
1
https://gitee.com/kingsr/typecho-theme-sunlight.git
git@gitee.com:kingsr/typecho-theme-sunlight.git
kingsr
typecho-theme-sunlight
typecho-theme-sunlight
master

搜索帮助