Initial push
This commit is contained in:
18
_includes/head.html
Normal file
18
_includes/head.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
{% seo %}
|
||||
{% if site.keywords or page.tags %}
|
||||
<meta name="keywords" content="{% if page.tags %}{{ page.tags | join: ','}}{% else %}{{ site.keywords | join: ',' }}{% endif %}" />
|
||||
{% endif %}
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/prism.css" />
|
||||
<script src="{{ site.baseurl }}/assets/js/prism.js"></script>
|
||||
{% if site.analytics.plausible.enabled %}
|
||||
<script defer data-domain="{{ site.analytics.plausible.site_fqdn }}" src="{{ site.analytics.plausible.script_source }}"></script>
|
||||
{% endif %}
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
Reference in New Issue
Block a user