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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Vargas <zodman@gmail.com>2019-04-16 17:12:18 +0300
committerFabien <vaga@users.noreply.github.com>2019-04-18 13:10:55 +0300
commit9a67c244cd6c8ed5ccde796e5845ad568de148c1 (patch)
treed542ee8902957deb48204d0bd55ce73e5ae861f0
parentdcb671ccc1a0bc6cc8e03eb36123605ef7732e87 (diff)
missing templates for analytics and socialnetwork shares
-rw-r--r--layouts/_default/baseof.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7b9394f..33cfce8 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,6 +10,11 @@
<base href="{{ .Site.BaseURL }}" />
{{ $style := resources.Get "css/main.scss" | resources.ExecuteAsTemplate "css/main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint -}}
<link rel="stylesheet" href="{{ $style.Permalink }}" />
+
+ {{ template "_internal/google_analytics.html" . }}
+ {{ template "_internal/twitter_cards.html" . }}
+ {{ template "_internal/opengraph.html" . }}
+
</head>
<body>
<header class="app-header">