mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
Refactor templates and rearrange its path
This commit is contained in:
parent
6e8ff3de23
commit
09a7bcbdef
22 changed files with 247 additions and 243 deletions
18
public/views/shared/ga.ejs
Normal file
18
public/views/shared/ga.ejs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<% if(typeof GA !== 'undefined' && GA) { %>
|
||||
<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', '//www.google-analytics.com/analytics.js', 'ga');
|
||||
|
||||
ga('create', '<%= GA %>', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue