Remove bing site verification

This commit is contained in:
Santiago Lo Coco 2022-02-10 10:46:55 -03:00
parent 5701e90168
commit 499564d493
2 changed files with 10 additions and 18 deletions

View File

@ -25,33 +25,29 @@ impressum_path:
navbar_fixed: true navbar_fixed: true
footer_fixed: true footer_fixed: true
# Dimensions
max_width: 800px max_width: 800px
# TODO: add layout settings (single page vs. multi-page)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Open Graph & Schema.org # Open Graph & Schema.org
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
serve_og_meta: false # Include Open Graph meta tags in the HTML head serve_og_meta: false
serve_schema_org: false # Include Schema.org in the HTML head serve_schema_org: false
og_image: # The site-wide (default for all links) Open Graph preview image og_image:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Social integration # Social integration
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
github_username: santilococo # your GitHub user name github_username: santilococo
gitlab_username: santilococo # your GitLab user name gitlab_username: santilococo
linkedin_username: santilococo # your LinkedIn user name linkedin_username: santilococo
work_url: # work page URL work_url:
contact_note: contact_note:
google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX) google_analytics:
google_site_verification: # your google-site-verification ID (Google Search Console) google_site_verification:
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Blog # Blog
@ -183,7 +179,6 @@ imagemagick:
enable_google_analytics: false enable_google_analytics: false
enable_panelbear_analytics: false enable_panelbear_analytics: false
enable_google_verification: false enable_google_verification: false
enable_bing_verification: false
enable_masonry: true enable_masonry: true
enable_math: false enable_math: false
enable_tooltips: false enable_tooltips: false

View File

@ -1,10 +1,7 @@
{% if site.enable_google_verification or site.enable_bing_verification %} {% if site.enable_google_verification %}
{% if site.enable_google_verification -%} {% if site.enable_google_verification -%}
<meta name="google-site-verification" content="{{ site.google_site_verification }}" /> <meta name="google-site-verification" content="{{ site.google_site_verification }}" />
{%- endif -%} {%- endif -%}
{% if site.enable_bing_verification -%}
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}" />
{%- endif -%}
{%- endif %} {%- endif %}
<meta charset="utf-8"> <meta charset="utf-8">