Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitry Belyaev 65125e8a3d fix mastodon link 2024-02-17 23:52:26 +03:00
Dmitry Belyaev ffaff81792 fix robots.txt 2024-02-17 23:34:49 +03:00
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
public/
.hugo_build.lock

View File

@ -39,7 +39,7 @@ enableRobotsTXT = true
email = "mail@b4tman.ru"
github = "b4tman"
gitlab = "b4tman"
mastodon = "social.v.b4tman.ru/@b4tma"
mastodon = "social.v.b4tman.ru/@b4tman"
# bitbucket = "b4tman"
vk = "0xffff"

View File

@ -1,2 +1,2 @@
User-agent: *
Sitemap: {{ .Site.SitemapAbsURL }}
Sitemap: {{ "sitemap.xml" | absLangURL }}