Merge branch 'main' of gitlab.com:taurusxin/hugo
This commit is contained in:
@@ -209,7 +209,7 @@ menu:
|
||||
|
||||
- identifier: mail
|
||||
name: 电邮
|
||||
url: mailto:i@taurusxin.com
|
||||
url: mailto:i@mail.taurusxin.com
|
||||
params:
|
||||
icon: mail
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ menu:
|
||||
|
||||
### 邮箱
|
||||
|
||||
- [域名邮箱](mailto:i@taurusxin.com)
|
||||
- [域名邮箱](mailto:i@mail.taurusxin.com)
|
||||
- [Outlook](mailto:taurusxin@outlook.com)
|
||||
|
||||
### IM
|
||||
|
||||
@@ -9,4 +9,14 @@
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- Cookie consent script -->
|
||||
<script src="https://cdn.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KN4M42XST7"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-KN4M42XST7');
|
||||
</script>
|
||||
Submodule themes/hugo-theme-stack updated: 414a9915e5...73437f24ea
Reference in New Issue
Block a user