mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
df30cde1ee
commit
0873c59b71
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="归档 · ${options.blog_title!'Anatole'}" keywords="文章归档,${options.seo_keywords!'Anatole'}" description="${options.seo_desc!'Anatole'}"></@head>
|
||||
<@head title="归档 · ${options.blog_title!'Anatole'}" keywords="文章归档,${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<#include "module/page-top.ftl">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="分类:${category.name} · ${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"></@head>
|
||||
<@head title="分类:${category.name} · ${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<#include "module/page-top.ftl">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"></@head>
|
||||
<@head title="${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<#include "module/page-top.ftl">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="友情链接 · ${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"></@head>
|
||||
<@head title="友情链接 · ${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<#include "module/page-top.ftl">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<#if !post.disallowComment>
|
||||
<#include "/common/comment/_native_comment.ftl">
|
||||
<#include "/common/comment/comment.ftl">
|
||||
</#if>
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta name="author" content="${user.nickName!}" />
|
||||
<meta name="keywords" content="${keywords!}"/>
|
||||
<meta name="description" content="${description!}" />
|
||||
<@verification></@verification>
|
||||
<@favicon></@favicon>
|
||||
<@verification />
|
||||
<@favicon />
|
||||
<link href="/${theme.folderName}/source/css/font-awesome.min.css" type="text/css" rel="stylesheet"/>
|
||||
<link rel="stylesheet" href="/${theme.folderName}/source/css/blog_basic.min.css?version=88107691fe">
|
||||
<link href="/${theme.folderName}/source/css/style.min.css" type="text/css" rel="stylesheet" />
|
||||
<link rel="alternate" type="application/rss+xml" title="atom 1.0" href="/feed.xml">
|
||||
<link rel="alternate" type="application/rss+xml" title="atom 1.0" href="/atom.xml">
|
||||
<style>
|
||||
<#if !(settings.post_title_uppper!true)>
|
||||
<#if !settings.post_title_uppper!true>
|
||||
.post .post-title h3 {
|
||||
text-transform: none;
|
||||
}
|
||||
</#if>
|
||||
<#if !(settings.blog_title_uppper!true)>
|
||||
<#if !settings.blog_title_uppper!true>
|
||||
.sidebar .logo-title .title h3 {
|
||||
text-transform: none;
|
||||
}
|
||||
|
@ -64,7 +64,7 @@
|
|||
$(".nav li a").eq(0).addClass('current');
|
||||
}
|
||||
|
||||
<#if (options.anatole_style_hitokoto!'false')=="true">
|
||||
<#if settings.hitokoto!false>
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('get', 'https://v1.hitokoto.cn');
|
||||
xhr.onreadystatechange = function () {
|
||||
|
@ -77,7 +77,7 @@
|
|||
xhr.send();
|
||||
</#if>
|
||||
</script>
|
||||
<@statistics></@statistics>
|
||||
<@statistics />
|
||||
</body>
|
||||
</html>
|
||||
</#macro>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="${post.title!} · ${options.blog_title!'Halo'}" keywords="${post.title!},${options.seo_keywords!'Halo'},${tagWords!}" description="${post.summary!'Halo'}"></@head>
|
||||
<@head title="${post.title!} · ${options.blog_title!'Anatole'}" keywords="${post.title!},${options.seo_keywords!'Anatole'},${tagWords!}" description="${post.summary!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<link href="/${theme.folderName}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="${post.title!} · ${options.blog_title!'Halo'}" keywords="${post.title!},${options.seo_keywords!'Halo'}" description="${post.summary!'Halo'}"></@head>
|
||||
<@head title="${post.title!} · ${options.blog_title!'Anatole'}" keywords="${post.title!},${options.seo_keywords!'Anatole'}" description="${post.summary!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<link href="/${theme.folderName}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#include "module/macro.ftl">
|
||||
<@head title="标签:${tag.name} · ${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"></@head>
|
||||
<@head title="标签:${tag.name} · ${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"></@head>
|
||||
<#include "module/sidebar.ftl">
|
||||
<div class="main">
|
||||
<#include "module/page-top.ftl">
|
||||
|
|
Loading…
Reference in New Issue