We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9931c6 commit 2e74f42Copy full SHA for 2e74f42
docs/robots.txt
@@ -1,2 +1,3 @@
1
User-agent: *
2
Allow: /
3
+Sitemap: https://ayboraa.github.io/sitemap.xml
mkdocs.yml
@@ -152,7 +152,7 @@ extra:
152
og_image_h: 630
153
analytics:
154
provider: google
155
- property: G-0FGVW20H02
+ property: !ENV GOOGLE_ANALYTICS_KEY
156
social:
157
- icon: fontawesome/brands/github
158
link: https://github.com/ayboraa
overrides/partials/head.html
@@ -9,4 +9,4 @@
9
<meta property="og:image:type" content="image/png">
10
<meta property="og:image:width" content="{{ config.extra.og_image_w | default(1200) }}">
11
<meta property="og:image:height" content="{{ config.extra.og_image_h | default(630) }}">
12
-{% endif %}
+{% endif %}
0 commit comments