mirror of https://github.com/halo-dev/halo
🐛 修复Material主题链接错误的问题
parent
7a7f3bc136
commit
922f3caf67
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue