Skip to content

Commit

Permalink
Fix is_framed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Oct 10, 2022
1 parent f92fe76 commit 2012455
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 @@ -62,7 +62,7 @@

{% endif %}

{% if not wbinfo.is_framed %}
{% if not is_framed %}

{{ custom_banner_html }}

Expand Down

0 comments on commit 2012455

Please sign in to comment.