Skip to content

Commit

Permalink
Merge pull request #911 from pxgo/latest
Browse files Browse the repository at this point in the history
修复
  • Loading branch information
pxgo authored Aug 4, 2023
2 parents d349101 + c3877d5 commit 3350d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/post/post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ block content
a(href=data.postUrl )= post.thread.firstPost.t
| 》
if post.t
div.ThreadTitle= post.t
div.ThreadTitle!= post.t
div.ThreadPostBody#ThreadPostBody!=post.c
if post.credits && post.credits.length > 0
.nkcpanel.ThreadPostCredits
Expand Down Expand Up @@ -131,6 +131,7 @@ block scripts
include ../publicModules/complaint/complaintBox
include ../publicModules/selectResource/selectResource
include ../publicModules/sticker/selectSticker
include ../publicModules/post_warning
include ../publicModules/selectDraft/selectDraft
//include ../publicModules/plyr/plyr.js.pug
//include ../publicModules/lazySizes
Expand Down

0 comments on commit 3350d8f

Please sign in to comment.