farallon/page-douban.php

18 lines
499 B
PHP
Raw Permalink Normal View History

2024-05-17 15:47:27 +08:00
<?php
/**
* 豆瓣页面
2024-05-17 15:47:27 +08:00
*
* @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>
2024-05-17 19:29:38 +08:00
<h2 class="post--single__subtitle">观影数据来源于豆瓣</h2>
2024-05-17 15:47:27 +08:00
</header>
2024-05-18 09:24:49 +08:00
2024-05-17 19:29:38 +08:00
<div data-status="watched" class="douban-movie-list doubanboard-list"></div>
2024-05-18 09:24:49 +08:00
2024-05-17 15:47:27 +08:00
</section>
<?php $this->need('footer.php'); ?>