支持 Halo v1.3.0版本

pull/5/head
jinqilin721 2020-03-27 19:09:10 +08:00
parent 0127ad029f
commit 81bb506bf5
3 changed files with 2 additions and 9 deletions

View File

@ -10,13 +10,6 @@
<div class="timeline">
<#list archive.posts as post>
<article class="media">
<#if post.thumbnail?? && post.thumbnail!='' && (settings.post_thumbnail_enable?? && settings.post_thumbnail_enable)>
<a href="${post.thumbnail}" class="media-left">
<p class="image is-64x64">
<img class="thumbnail" src="${post.fullPath!}" alt="${post.title!}">
</p>
</a>
</#if>
<div class="media-content">
<div class="content">
<time class="has-text-grey is-size-7 is-block is-uppercase" datetime="${post.createTime!}">${post.createTime?string["yyyy-MM-dd EE"]}</time>

View File

@ -53,7 +53,7 @@
</#if>
<#if settings.social_free?? && settings.social_free!=''>
<p style="text-align: left; line-height: 20px; margin: 0">
&copy; ${.now?string('yyyy')} ${user.nickname!}&nbsp;${settings.social_free!}&nbsp;&nbsp;v${version!}
&copy; ${.now?string('yyyy')} ${user.nickname!}&nbsp;${settings.social_free!}&nbsp;&nbsp;@${version!}
</p>
</#if>
<#if settings.caidai!true>

View File

@ -20,7 +20,7 @@
<div style="border-left: 3px solid skyblue; margin-left: 20px">
<p style="margin-left: 20px; font-weight: bold">名称:${user.nickname!}</p>
<p style="margin-left: 20px; font-weight: bold">链接:<a target="_blank" href="${context!}">${context!}</a></p>
<p style="margin-left: 20px; font-weight: bold">头像:<a target="_blank" href="${context!}/avatar">${context!}/avatar</a></p>
<p style="margin-left: 20px; font-weight: bold">头像:<a target="_blank" href="${context!}avatar">${context!}avatar</a></p>
<p style="margin-left: 20px; font-weight: bold">描述:${user.description!}</p>
</div>
<p style="margin-left: 10px; font-weight: bold">本人会不定期清理无法访问的链接,请确保自己的链接长期有效