mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
75cc339a61
commit
528cecc9f9
|
@ -16,9 +16,9 @@
|
|||
<meta name="description" content="${description!}" />
|
||||
<@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 href="/${static!}/source/css/font-awesome.min.css" type="text/css" rel="stylesheet"/>
|
||||
<link rel="stylesheet" href="/${static!}/source/css/blog_basic.min.css?version=88107691fe">
|
||||
<link href="/${static!}/source/css/style.min.css" type="text/css" rel="stylesheet" />
|
||||
<link rel="alternate" type="application/rss+xml" title="atom 1.0" href="/atom.xml">
|
||||
<style>
|
||||
<#if !settings.post_title_uppper!true>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<body>
|
||||
</#macro>
|
||||
<#macro footer>
|
||||
<script type="text/javascript" src="/${theme.folderName}/source/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/${static!}/source/js/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var url = location.href;
|
||||
var urlstatus = false;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</li>
|
||||
</div>
|
||||
<div class="avatar">
|
||||
<img src="${settings.icon!'/${theme.folderName}/source/images/logo.png'}" />
|
||||
<img src="${settings.icon!'/${static!}/source/images/logo.png'}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="sidebar animated fadeInDown">
|
||||
<div class="logo-title">
|
||||
<div class="title">
|
||||
<img src="${options.blog_logo!'/${theme.folderName}/source/images/logo@2x.png'}" style="width:127px;<#if settings.avatar_circle!false>border-radius:50%</#if>" />
|
||||
<img src="${options.blog_logo!'/${static!}/source/images/logo@2x.png'}" style="width:127px;<#if settings.avatar_circle!false>border-radius:50%</#if>" />
|
||||
<h3 title="">
|
||||
<a href="${ctx!}">${options.blog_title!'Anatole'}</a>
|
||||
</h3>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<title>图库 · ${options.blog_title!}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="${theme.folderName}/source/plugins/gallery/css/main.css" />
|
||||
<noscript><link rel="stylesheet" href="/${theme.folderName}/plugins/gallery/css/noscript.css" /></noscript>
|
||||
<link rel="stylesheet" href="${static!}/source/plugins/gallery/css/main.css" />
|
||||
<noscript><link rel="stylesheet" href="/${static!}/plugins/gallery/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
<body class="is-loading-0 is-loading-1 is-loading-2">
|
||||
<div id="main">
|
||||
|
@ -41,9 +41,9 @@
|
|||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="${theme.folderName}/source/plugins/gallery/js/jquery.min.js"></script>
|
||||
<script src="${theme.folderName}/source/plugins/gallery/js/skel.min.js"></script>
|
||||
<script src="${theme.folderName}/source/plugins/gallery/js/main.js"></script>
|
||||
<script src="${static!}/source/plugins/gallery/js/jquery.min.js"></script>
|
||||
<script src="${static!}/source/plugins/gallery/js/skel.min.js"></script>
|
||||
<script src="${static!}/source/plugins/gallery/js/main.js"></script>
|
||||
<@statistics></@statistics>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<@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" />
|
||||
<link href="/${static!}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
||||
<style>
|
||||
code, tt {
|
||||
font-size: 1.2em;
|
||||
|
@ -99,5 +99,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="/${theme.folderName}/source/plugins/prism/prism.js"></script>
|
||||
<script type="text/javascript" src="/${static!}/source/plugins/prism/prism.js"></script>
|
||||
<@footer></@footer>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<@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" />
|
||||
<link href="/${static!}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
||||
<style>
|
||||
code, tt {
|
||||
font-size: 1.2em;
|
||||
|
@ -79,5 +79,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="/${theme.folderName}/source/plugins/prism/prism.js"></script>
|
||||
<script type="text/javascript" src="/${static!}/source/plugins/prism/prism.js"></script>
|
||||
<@footer></@footer>
|
||||
|
|
Loading…
Reference in New Issue