神明收走了人们的胆怯,少年们的爱情轰轰烈烈;灵婆带走了人们心中的执愿,少女们的爱情真真切切。
可以在这里留下专属于你个人的脚印
愿你藏于理想主义的花海,无惧世俗的羁绊。
微信打赏
支付宝打赏
这段代码对文章页和独立页面的做了一点优化,head文件里
<?php if ($this->is("index")): ?> <meta property="og:type" content="blog"/> <meta property="og:url" content="<?php $this->options->siteUrl(); ?>"/> <meta property="og:title" content="<?php $this->options->title(); ?>"/> <meta property="og:author" content="<?php $this->author->name(); ?>"/> <meta name="keywords" content="<?php $this->keywords(); ?>"> <meta name="description" content="<?php $this->options->description(); ?>"> <?php endif; ?> <?php if ($this->is("post") || $this->is("page") || $this->is("attachment")): ?> <meta property="og:url" content="<?php $this->permalink(); ?>"/> <meta property="og:title" content="<?php $this->title(); ?> - <?php $this->options->title(); ?>"/> <meta property="og:author" content="<?php $this->author(); ?>"/> <meta property="og:type" content="article"/> <meta property="article:published_time" content="<?php $this->date("c"); ?>"/> <meta property="article:published_first" content="<?php $this->options->title(); ?>, <?php $this->permalink(); ?>"/> <meta name="keywords" content="<?php $k = $this->fields->keyword; if (empty($k)) { echo $this->keywords(); } else { echo $k; } ?>"> <meta name="description" content="<?php $d = $this->fields->description; if (empty($d) || !$this->is("single")) { if ($this->getDescription()) { echo $this->getDescription(); } } else { echo $d; } ?>"/> <?php endif; ?> <title><?php $this->archiveTitle( [ "category" => _t("分类 %s 下的文章"), "search" => _t("包含关键字 %s 的文章"), "tag" => _t("标签 %s 下的文章"), "author" => _t("%s 发布的文章"), ], "", " - " ); $this->options->title(); ?></title> <?php $this->header("description=&generator=&pingback=&template=&xmlrpc=&wlw=&commentReply=&keywords="); ?>
文章列表,加个缩略图好不好更好看一点
@梦云 🤔还没想出这个缩略图应该添加在哪个位置
主题好看欸,期待发布
@派蒙 🙈已发布了 可以移步到 Pamper问世
这段代码对文章页和独立页面的做了一点优化,head文件里
文章列表,加个缩略图好不好更好看一点
@梦云 🤔还没想出这个缩略图应该添加在哪个位置
主题好看欸,期待发布
@派蒙 🙈已发布了 可以移步到 Pamper问世