remove: 刪除部分多餘的代碼

This commit is contained in:
Jerry
2021-01-17 19:17:34 +08:00
Unverified
parent 1a0e279cdb
commit d33dc5551c
6 changed files with 9 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#post-info
h1.post-title= page.title || _p('no_title')
if theme.post_edit.enable
a.post-edit-link(href=post_edit(page.source) title=_p('post.edit'))
a.post-edit-link(href=theme.post_edit.url + page.source title=_p('post.edit') target="_blank")
i.fa.fa-pen-nib
#post-meta