Skip to content

Commit 2e74f42

Browse files
committed
Sitemap
1 parent c9931c6 commit 2e74f42

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
User-agent: *
22
Allow: /
3+
Sitemap: https://ayboraa.github.io/sitemap.xml

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ extra:
152152
og_image_h: 630
153153
analytics:
154154
provider: google
155-
property: G-0FGVW20H02
155+
property: !ENV GOOGLE_ANALYTICS_KEY
156156
social:
157157
- icon: fontawesome/brands/github
158158
link: https://github.com/ayboraa

overrides/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
<meta property="og:image:type" content="image/png">
1010
<meta property="og:image:width" content="{{ config.extra.og_image_w | default(1200) }}">
1111
<meta property="og:image:height" content="{{ config.extra.og_image_h | default(630) }}">
12-
{% endif %}
12+
{% endif %}

0 commit comments

Comments
 (0)