🐛 修复Material主题链接错误的问题

pull/98/head
ruibaby 2019-02-24 11:02:11 +08:00
parent 7a7f3bc136
commit 922f3caf67
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<p> <p>
<strong>${options.theme_material_other_post_license!}</strong> <strong>${options.theme_material_other_post_license!}</strong>
<br> <br>
<strong>本文链接:</strong><a href="${options.blog_url!}/article/${post.postUrl}">${options.blog_url!}/article/${post.postUrl}</a> <strong>本文链接:</strong><a href="${options.blog_url!}/archives/${post.postUrl}">${options.blog_url!}/archives/${post.postUrl}</a>
</p> </p>
</blockquote> </blockquote>
</#if> </#if>
@ -23,7 +23,7 @@
<p> <p>
<strong>${options.theme_material_other_post_license!}</strong> <strong>${options.theme_material_other_post_license!}</strong>
<br> <br>
<strong>本文链接:</strong><a href="${options.blog_url!}/article/${post.postUrl}">${options.blog_url!}/article/${post.postUrl}</a> <strong>本文链接:</strong><a href="${options.blog_url!}/archives/${post.postUrl}">${options.blog_url!}/archives/${post.postUrl}</a>
</p> </p>
</blockquote> </blockquote>
</#if> </#if>