Skip to content

Commit d3e12f8

Browse files
committed
Add security bundle to <head> of index.html
1 parent 0c925f6 commit d3e12f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

themes/dlc/layouts/partials/0_utilities/htmlHead.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<meta property="twitter:domain" content="{{ .Site.BaseURL }}">
4444
<meta property="twitter:image" content="{{ .Site.Params.logo | absURL }}">
4545
<meta property="twitter:url" content="{{ .Site.BaseURL }}">
46-
46+
4747
{{ .Hugo.Generator }}
4848

4949
<!-- Google Analytics -->
@@ -52,7 +52,7 @@
5252
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5353
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5454
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
55-
55+
5656
ga('create', 'UA-177150-22', 'auto');
5757
ga('send', 'pageview');
5858
</script>
@@ -65,5 +65,6 @@
6565
{{ end }}
6666

6767
<link rel="shortcut icon" href='{{ "/img/favicon.ico" | relURL }}' type="image/x-icon" />
68+
<script async src="https://www.linode.com/media/js/security.bundle.js" type="text/javascript"></script>
6869
</head>
6970
<body class="{{ .Title | urlize }}-wl">

0 commit comments

Comments
 (0)