Skip to content

Commit

Permalink
templates: change google search console verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Feb 27, 2025
1 parent 5abdc8b commit 7d866d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timApp/templates/base.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<meta name="keywords" content="tim,interactive,material"/>

<link href="{{ url_for('static', filename='images/favicon.ico') }}" rel="shortcut icon" type="image/x-icon"/>
<meta name="google-site-verification" content="GHYGje2NiYlQM66xyggsnzQht1OHSgtv_9baHbFIklU"/>
<meta name="google-site-verification" content="T3Pbw_JAT4jzxiFC47fCT9kChSyZpNDFmosuCA8Y6WE"/>

Check warning on line 41 in timApp/templates/base.jinja2

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"ND" should be "AND".
<script>
var homeOrganization = {{ config.HOME_ORGANIZATION|tojson }};
var IS_TESTING = {{ config.TESTING|tojson }};
Expand Down

0 comments on commit 7d866d9

Please sign in to comment.