Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
22
layouts/partials/analytics/meta.html
Normal file
22
layouts/partials/analytics/meta.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!-- Meta -->
|
||||
{{ with .Site.Params.meta }}
|
||||
<script>
|
||||
!function(f,b,e,v,n,t,s)
|
||||
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
||||
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
||||
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
||||
n.queue=[];t=b.createElement(e);t.async=!0;
|
||||
t.src=v;s=b.getElementsByTagName(e)[0];
|
||||
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
||||
'https://connect.facebook.net/en_US/fbevents.js');
|
||||
fbq('init', '{{ .pixelId }}');
|
||||
fbq('track', 'PageView');
|
||||
</script>
|
||||
<noscript
|
||||
><img
|
||||
height="1"
|
||||
width="1"
|
||||
style="display:none"
|
||||
src="https://www.facebook.com/tr?id={{ .pixelId }}&ev=PageView&noscript=1"
|
||||
/></noscript>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue