mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
57c0f80399
commit
deaaf5be5b
|
@ -1,5 +1,5 @@
|
||||||
<#include "module/macro.ftl">
|
<#include "module/macro.ftl">
|
||||||
<@head title="${post.title!} · ${options.blog_title!'Anatole'}" keywords="${post.title!},${options.seo_keywords!'Anatole'}" description="${post.summary!'Anatole'}"></@head>
|
<@head title="${sheet.title!} · ${options.blog_title!'Anatole'}" keywords="${sheet.title!},${options.seo_keywords!'Anatole'}" description="${sheet.summary!'Anatole'}"></@head>
|
||||||
<#include "module/sidebar.ftl">
|
<#include "module/sidebar.ftl">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<link href="/${theme.folderName}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
<link href="/${theme.folderName}/source/plugins/prism/prism.css" type="text/css" rel="stylesheet" />
|
||||||
|
@ -40,19 +40,19 @@
|
||||||
<div class="post animated fadeInDown">
|
<div class="post animated fadeInDown">
|
||||||
<div class="post-title">
|
<div class="post-title">
|
||||||
<h3>
|
<h3>
|
||||||
<a>${post.title!}</a>
|
<a>${sheet.title!}</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
${post.formatContent!}
|
${sheet.formatContent!}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-footer">
|
<div class="post-footer">
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<i class="fa fa-sun-o"></i>
|
<i class="fa fa-sun-o"></i>
|
||||||
<span class="date">${post.createTime?string("yyyy-MM-dd")}</span>
|
<span class="date">${sheet.createTime?string("yyyy-MM-dd")}</span>
|
||||||
<i class="fa fa-comment-o"></i>
|
<i class="fa fa-comment-o"></i>
|
||||||
<a href="${options.blog_url!}/archives/${post.url!}#comment_widget">Comments</a>
|
<a href="${options.blog_url!}/archives/${sheet.url!}#comment_widget">Comments</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
class="fa fa-weibo"></a>
|
class="fa fa-weibo"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="twitter">
|
<div class="twitter">
|
||||||
<a href="http://twitter.com/home?status=${options.blog_url!}/archives/${post.url!} ,${options.blog_title!},${post.title!},;"
|
<a href="http://twitter.com/home?status=${options.blog_url!}/archives/${sheet.url!} ,${options.blog_title!},${sheet.title!},;"
|
||||||
class="fa fa-twitter"></a>
|
class="fa fa-twitter"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue