mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-31 10:07:23 +01:00
Add search engine meta
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
<meta name="twitter:title" content="{{ title }}">
|
||||
<meta name="twitter:description" content="{{ config.site_description }}">
|
||||
<meta name="twitter:image" content="{{ assets }}/meta/card.png">
|
||||
<meta name="google-site-verification" content="{{ config.extra.seo.google }}" />
|
||||
<meta name="msvalidate.01" content="{{ config.extra.seo.bing }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
||||
@@ -9,6 +9,11 @@ repo_name: crazy-max/diun
|
||||
repo_url: https://github.com/crazy-max/diun
|
||||
|
||||
extra:
|
||||
seo:
|
||||
google: zczpYiFTLpd1jgOb3K5zGqERX2gZrkm7aRjtDqxP0a4
|
||||
bing: D188E0BEC1AB6E7C1E0194BFC35D0033
|
||||
#alexa:
|
||||
#yandex:
|
||||
social:
|
||||
- icon: fontawesome/brands/github-alt
|
||||
link: https://github.com/crazy-max/diun
|
||||
|
||||
Reference in New Issue
Block a user