Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index adad0c2..5af4a1a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,11 +12,4 @@
<link rel="shortcut icon" href="{{ .Site.BaseURL }}img/{{ .Site.Params.Favicon }}" type="image/x-icon">
<link rel="stylesheet" href="css/final.css">
<link rel="stylesheet" href="css/normalize.css">
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
-{{ if isset .Site.GoogleAnalytics }}
-<script async="" src="https://www.google-analytics.com/analytics.js"></script>
-<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
- ga('create', '{{ .Site.GoogleAnalytics }}', 'auto');
- ga('send', 'pageview');
-</script>
-{{ end }}
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700"> \ No newline at end of file