-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhead_custom.html
More file actions
17 lines (15 loc) · 857 Bytes
/
head_custom.html
File metadata and controls
17 lines (15 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/atom-one-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
{% if site.gtm_tracking != nil %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{ site.gtm_tracking }}');</script>
<!-- End Google Tag Manager -->
{% endif %}
<!-- JSON-LD Schema.org Structured Data -->
{% include breadcrumb_schema.html %}
{% include techarticle_schema.html %}