Added conditional google analytics, gets loaded if googleAnalytics in the config.toml is set to a value
This commit is contained in:
parent
34ccbd7a61
commit
99a664b488
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
<script src="/js/skel.min.js"></script>
|
<script src="/js/skel.min.js"></script>
|
||||||
<script src="/js/util.js"></script>
|
<script src="/js/util.js"></script>
|
||||||
<script src="/js/main.js"></script>
|
<script src="/js/main.js"></script>
|
||||||
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue