-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom-head.html
More file actions
19 lines (15 loc) · 872 Bytes
/
custom-head.html
File metadata and controls
19 lines (15 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% comment %}
Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
Expires: Thu, 01 Dec 1994 16:00:00 GMT
%a, %d %b %Y %T %Z
{% endcomment %}
{% expire = 'now' | date: '%s' | plus: 60 | date: '%a, %d %b %Y %T %Z' %}
{% if page.url contains "WhereIsTrump-Countdown" %}
<meta http-equiv="Cache-Control" content="no-cache, no-store, max-age=1, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="expires">
{% endif %}
<link rel="preload" href="Mona-Sans.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="Hubot-Sans.woff2" as="font" type="font/woff2" crossorigin>