moved the google analytics to the header

This commit is contained in:
bill bittner 2017-08-24 10:52:26 -07:00
parent 6163b2d2c7
commit d1f4f2ddaf
2 changed files with 4 additions and 4 deletions

View file

@ -15,10 +15,10 @@
<meta property="og:image" content="https://spee.ch/assets/img/content-freedom-64px.png"> <meta property="og:image" content="https://spee.ch/assets/img/content-freedom-64px.png">
<meta property="og:url" content="http://spee.ch/"> <meta property="og:url" content="http://spee.ch/">
<meta property="og:description" content="Open-source, decentralized image and video hosting."> <meta property="og:description" content="Open-source, decentralized image and video hosting.">
<!-- google analytics -->
{{ googleAnalytics }}
</head> </head>
<body> <body>
{{{ body }}} {{{ body }}}
<!-- google analytics -->
{{ googleAnalytics }}
</body> </body>
</html> </html>

View file

@ -12,11 +12,11 @@
{{{addTwitterCard fileInfo.fileType openGraphInfo.source openGraphInfo.embedUrl openGraphInfo.directFileUrl}}} {{{addTwitterCard fileInfo.fileType openGraphInfo.source openGraphInfo.embedUrl openGraphInfo.directFileUrl}}}
{{{addOpenGraph fileInfo.title fileInfo.fileType openGraphInfo.showUrl openGraphInfo.source fileInfo.description}}} {{{addOpenGraph fileInfo.title fileInfo.fileType openGraphInfo.showUrl openGraphInfo.source fileInfo.description}}}
{{/unless}} {{/unless}}
<!-- google analytics -->
{{ googleAnalytics }}
</head> </head>
<body> <body>
{{{ body }}} {{{ body }}}
<!-- google analytics -->
{{ googleAnalytics }}
</body> </body>
</html> </html>