Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔥 : remove unused script

-6
-6
layouts/_partials/head/scripts.html
··· 21 21 {{ if .Site.Params.plausible }} 22 22 <script defer data-domain="{{ .Site.Params.plausible_domain }}" src="{{ .Site.Params.plausible_script }}"></script> 23 23 {{ end }} 24 - 25 - <script type="text/javascript" src="https://app.affilizz.com/affilizz.js" async></script> 26 - 27 - {{ if hugo.IsProduction -}} 28 - {{ template "_internal/google_analytics.html" . -}} 29 - {{ end -}}