支持 Halo v1.3.0版本
parent
0127ad029f
commit
81bb506bf5
|
@ -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>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</#if>
|
||||
<#if settings.social_free?? && settings.social_free!=''>
|
||||
<p style="text-align: left; line-height: 20px; margin: 0">
|
||||
© ${.now?string('yyyy')} ${user.nickname!} ${settings.social_free!} v${version!}
|
||||
© ${.now?string('yyyy')} ${user.nickname!} ${settings.social_free!} @${version!}
|
||||
</p>
|
||||
</#if>
|
||||
<#if settings.caidai!true>
|
||||
|
|
|
@ -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">本人会不定期清理无法访问的链接,请确保自己的链接长期有效
|
||||
|
|
Loading…
Reference in New Issue