-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
26 lines (24 loc) · 1.25 KB
/
Copy pathhead.html
File metadata and controls
26 lines (24 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="" />
<meta name="theme-color" content={{ site.theme_color | default: '#000000' }}>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">
<link rel="shortcut icon" type="image/png"
{% if site.favicon %} href="{{ site.favicon | relative_url }}" {% else %} href="{{ site.baseurl }}/favicon.jpg" {% endif %}
/>
<script defer src="https://unpkg.com/alpinejs@3.9.0/dist/cdn.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
<!--<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="b01c63bd-efa9-4e95-92de-e4ea2340de14" data-blockingmode="auto" type="text/javascript"></script> -->
{% unless site.hide_share_buttons %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
{% endunless %}
{% seo %}
{% if site.feed %}
{% feed_meta %}
{% endif %}
{%- if site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- include head-scripts.html -%}
</head>