Skip to content

Commit

Permalink
Remove google site identification
Browse files Browse the repository at this point in the history
Outdated
  • Loading branch information
bubner authored Jul 6, 2024
1 parent 2965f24 commit c2065fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/layout.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}" />
<meta name="google-site-verification" content="lEev9GkmpaUII7TDH_AM0qg4EVI1UD--1wHU8_LHPK8" />
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='assets/favicon.ico') }}" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
Expand Down

0 comments on commit c2065fb

Please sign in to comment.