mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
This commit is contained in:
parent
16ff6cc49a
commit
d081bac37a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
{{{ if history.flags.targetPurged }}}
|
||||
<div>[[flags:target-purged]]</div>
|
||||
{{{ else }}}
|
||||
<a class="title" href="{config.relative_path}/post/{./pid}">{./title}</a>
|
||||
<a class="title" href="{config.relative_path}/post/{encodeURIComponent(./pid)}">{./title}</a>
|
||||
{{{ end }}}
|
||||
</p>
|
||||
{{{ end }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue