1
0
This commit is contained in:
syui 2024-11-30 23:54:16 +09:00
parent 5db9989597
commit 7b88869e79
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -34,7 +34,7 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"name": "{{ .Title }}", "name": "{{ .Title }}",
"url": "{{ .Site.BaseURL }}" "url": "https://syui.ai"
} }
</script> </script>