Skip to content

Commit

Permalink
Merge pull request savetheinternet#161 from kellerwhy/patch-1
Browse files Browse the repository at this point in the history
Make mod/recent_posts.html respect $config['dir']['res']
  • Loading branch information
czaks committed Aug 11, 2015
2 parents 706feed + d4dcfc6 commit 63e88e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/recent_posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>Viewing last {{ limit|e }} posts</h4>
{% else %}
{% set thread = post.thread %}
{% endif %}
<div class="post-wrapper" data-board="{{ post.board }}"><hr/><a class="eita-link" id="eita-{{ post.board }}-{{ thread }}" href="?/{{ post.board }}/res/{{ thread }}.html#{{ post.id }}">/{{ post.board }}/{{ post.id }}</a><br>
<div class="post-wrapper" data-board="{{ post.board }}"><hr/><a class="eita-link" id="eita-{{ post.board }}-{{ thread }}" href="?/{{ post.board }}/{{ config.dir.res }}{{ thread }}.html#{{ post.id }}">/{{ post.board }}/{{ post.id }}</a><br>
{{ post.built }}
</div>
{% endfor %}
Expand Down

0 comments on commit 63e88e2

Please sign in to comment.