提交 40533038 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

refactor: The post link can be clicked in post page

上级 ce9ce4f1
......@@ -5,12 +5,12 @@ mixin postHeader(post)
if post.top
include ../_partials/widgets/sticky-top.pug
if is_post()
h1.post-header-title= post.title || __("post.untitled")
else
h1.post-header-title
if post.link
a(href=url_for(post.link) target="_blank" rel="noopener" ).post-header-title__a= post.title || post.link
h1.post-header-title
if post.link
a(href=url_for(post.link) target="_blank" rel="noopener" ).post-header-title__a= post.title || post.link
else
if is_post()
= post.title || __("post.untitled")
else
a(href=url_for(post.path)).post-header-title__a= post.title || __("post.untitled")
......
......@@ -3,6 +3,7 @@ if theme.disqus && theme.disqus.enable
div#disqus_thread
else if theme.valine && theme.valine.enable
div#comments.comments
div#valine-container
else if theme.gitalk && theme.gitalk.enable
div#comments.comments
div#gitalk-container
......
......@@ -23,7 +23,7 @@ script&attributes(dataPjax).
});
new Valine({
el: '#comments',
el: '#valine-container',
appId: '!{ theme.valine.appid }',
appKey: '!{ theme.valine.appkey }',
notify: !{ theme.valine.notify },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册