[fix] simple theme: fix open in a new tab preference

This commit is contained in:
Alexandre Flament
2021-11-05 09:36:19 +01:00
parent 523b3c0952
commit 3167d645e8
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %}
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
{{ result_header(result, favicons, image_proxify) -}}
{{- result_sub_header(result) -}}