Skip to content

Commit

Permalink
Merge pull request #926 from pxgo/master
Browse files Browse the repository at this point in the history
feat: adjust latest page
  • Loading branch information
pxgo authored Sep 18, 2023
2 parents 9cd9969 + 195c16e commit 01336eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/publicModules/side_thread_list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if !isIncluded('publicModules/side_thread_list.pug')
mixin sideThreadsPanel(sideThreads, sideThreadsHeader, sideThreadsHideInfo)
if sideThreads && sideThreads.length > 0
.side-thread-list.m-b-1
.panel-header=sideThreadsHeader
.box-shadow-header=sideThreadsHeader
for t in sideThreads
.side-thread
a(href=`/t/${t.tid}`).side-thread-title= t.firstPost.t
Expand Down

0 comments on commit 01336eb

Please sign in to comment.