Added conditional google analytics, gets loaded if googleAnalytics in the config.toml is set to a value

This commit is contained in:
rac2030 2017-03-08 00:52:55 +01:00
parent 34ccbd7a61
commit 99a664b488

View file

@ -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>