Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Feb 24, 2019
1 parent c9aa5f8 commit 9d18923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions footer.ftl
Expand Up @@ -35,6 +35,7 @@
<p>Theme is <a href="https://github.com/chakhsu/pinghsu" target="_blank">Pinghsu</a> by <a href="https://www.linpx.com/" target="_blank">Chakhsu</a></p>
<p>Powered by <a href="https://github.com/ruibaby/halo" target="_blank" rel="nofollow">Halo</a></p>
<p>&copy; ${.now?string["yyyy"]} <a href="${options.blog_url!}">${options.blog_title!}</a></p>
<p><@footer_info></@footer_info></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.ftl
Expand Up @@ -33,7 +33,7 @@
<div class="item-slant"></div>
<div class="item-label">
<div class="item-title">
<a href="${post.postUrl!}">${post.postTitle!}</a>
<a href="${options.blog_url!}/archives/${post.postUrl!}">${post.postTitle!}</a>
</div>
<div class="item-meta clearfix">
<div class="item-meta-ico bg-ico-<@fun.randBgIco />"
Expand All @@ -60,7 +60,7 @@
</a>
<div class="onelist-item-info">
<div class="item-title">
<a href="${post.postUrl}">${post.postTitle!}</a>
<a href="${options.blog_url!}/archives/${post.postUrl}">${post.postTitle!}</a>
</div>
<div class="item-meta">
<time datetime="${post.postDate}" itemprop="datePublished">
Expand Down

0 comments on commit 9d18923

Please sign in to comment.