Skip to content

Commit

Permalink
Fix inclusion of custom_banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Oct 12, 2022
1 parent 6db393b commit 305aeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/templates/head_insert.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

{% if not is_framed %}

{{ custom_banner_html }}
{% include 'custom_banner.html' %}

{% endif %}

Expand Down

0 comments on commit 305aeac

Please sign in to comment.