From 8e7aeba926a9d2768569998647d836a16d02542c Mon Sep 17 00:00:00 2001 From: Charles Click Date: Tue, 27 Feb 2024 00:45:47 -0500 Subject: [PATCH] Minor updates --- hugo.toml | 2 +- static/robots.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 169baf4..8ff3eb5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -48,6 +48,6 @@ enableRobotsTXT = true {name = 'linkedin', url = 'https://www.linkedin.com/in/charles-click-b078a959/'}, {name = 'mastodon', url = 'https://mastodon.social/@RoryEjinn'}, {name = 'twitch', url = 'https://www.twitch.tv/teshiko'}, - {name = 'email', url = 'ccubed.techno@gmail.com'} + {name = 'email', url = 'mailto:ccubed.techno@gmail.com'} ] metaKeywords = ['vertinext', 'charles click', 'portfolio', 'cooper'] \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt index 54e9b06..9488d48 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -4,4 +4,4 @@ Allow: index.html User-agent: * Disallow: * -Sitemap: http://www.vertinext.com/Sitemap +Sitemap: http://www.vertinext.com/sitemap.xml