header is back with icons and tracking with umami
BIN
Icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
Icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
9
Icons/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/Icons/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
Icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
Icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 823 B |
BIN
Icons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
15
Icons/safari-pinned-tab.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="252.000000pt" height="252.000000pt" viewBox="0 0 252.000000 252.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 1260 l0 -1260 1260 0 1260 0 0 1260 0 1260 -1260 0 -1260 0 0
|
||||
-1260z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 603 B |
14
Icons/site.webmanifest
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/Icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
11
header.html
Normal file
@ -0,0 +1,11 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/Users/au301842/ebbas-allergi/Icons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/Users/au301842/ebbas-allergi/Icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/Users/au301842/ebbas-allergi/Icons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/Users/au301842/ebbas-allergi/Icons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/Users/au301842/ebbas-allergi/Icons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/Users/au301842/ebbas-allergi/Icons/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/Users/au301842/ebbas-allergi/Icons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<script async defer data-website-id="9ccc17cb-ace9-4596-bbad-42ac8476b431" src="https://stats.nikohuru.dk/umami.js"></script>
|
@ -7,6 +7,8 @@ output:
|
||||
toc: yes
|
||||
toc_float: yes
|
||||
theme: flatly
|
||||
includes:
|
||||
in_header: header.html
|
||||
|
||||
---
|
||||
|
||||
|