| | |
| | | <head> |
| | | <link rel="preconnect" href="https://www.googletagmanager.com"> |
| | | <link crossorigin rel="preconnect" href="https://www.google-analytics.com"> |
| | | {{ template "_internal/google_analytics.html" . }} |
| | | |
| | | <!-- Meta tags --> |
| | | <meta charset="UTF-8"> |
| | | <meta name="description" content="{{$.Site.Data.config.description}}"> |
| | |
| | | </style> |
| | | {{end}} |
| | | {{end}} |
| | | </head> |
| | | |
| | | {{- with resources.Get "darkmode.js" | minify -}} |
| | | <script> |
| | | {{.Content | safeJS }} |
| | | </script> |
| | | {{- end -}} |
| | | </head> |
| | | {{ template "_internal/google_analytics.html" . }} |