forked from leftypol/leftypol
Post serach results: link to posts with ?/
This commit is contained in:
parent
c8e93f04d2
commit
e0bc0a622d
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set thread = post.id %}
|
{% set thread = post.id %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
||||||
{{ post.id }}
|
{{ post.id }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set thread = post.id %}
|
{% set thread = post.id %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
||||||
{{ post.id }}
|
{{ post.id }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue