Skip to content

Commit

Permalink
Added google verification
Browse files Browse the repository at this point in the history
  • Loading branch information
pecey committed May 4, 2021
1 parent ba99664 commit 07ea3a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<title>{% if site.title == "blank" %}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{% else %}{{ site.title }}{% endif %}{% if page.title and page.url != "/" %} | {{ page.title }}{% endif %}</title>
<meta name="description" content="{{ site.description }}">

<!-- Google verification -->
<meta name="google-site-verification" content="B7YjkKH0TNVTJSXNN9OiN0tUOCJMd_CdKkOuD7oNKHs" />

<!-- Open Graph -->
{% if site.serve_og_meta %}
<meta property="og:site_name" content="{{ site.description }}" />
Expand Down

0 comments on commit 07ea3a9

Please sign in to comment.