Merge pull request #5671 from PySimpleGUI/Dev-latest

Added endblock
This commit is contained in:
PySimpleGUI 2022-07-05 11:20:51 -04:00 committed by GitHub
commit 2dacb0c11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
{% block site_meta %}
{{ super() }}
<meta name="google-site-verification" content="8xgnehu9d-gPUJzwbTvdkzsSuJBAaGz7lUcdlNjTwIY" />
{% site_meta %}
{% endblock site_meta %}