feat(seo.html): add meta tags for site verification codes (Google, Bing, Yandex, Pinterest, Baidu, So, Sogou) to improve SEO and site ownership verification

feat(analytics.html): create partial to include analytics scripts for various analytics services (Google Analytics, Fathom Analytics, Baidu Analytics, Umami Analytics, Plausible Analytics, Cloudflare Analytics, Splitbee Analytics) to track website traffic and user behavior
This commit is contained in:
Sped0n
2023-11-03 14:25:20 +08:00
parent 1910eb21db
commit 43330579bd
4 changed files with 157 additions and 0 deletions

View File

@@ -13,5 +13,8 @@
{{- block "main" . -}}
{{- end -}}
</div>
<div class="analytics">
{{- partial "plugin/analytics.html" . -}}
</div>
</body>
</html>