diff options
author | Adam Stück <adam@adast.dk> | 2023-11-09 20:08:40 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-11-09 20:08:40 +0100 |
commit | f205d2e8787e58b73576245f03d44b7d791c471b (patch) | |
tree | 3d9d412ff2ba5f9e7f49bb04af765b1503fa51dc | |
parent | fbb9bf9877318c084137525de76877033fb627b4 (diff) |
Include data type favicon to avoid errors
-rw-r--r-- | build/2023-02-log/index.html | 1 | ||||
-rw-r--r-- | build/donate/index.html | 1 | ||||
-rw-r--r-- | build/index.html | 1 | ||||
-rw-r--r-- | build/projects/index.html | 1 | ||||
-rw-r--r-- | build/resume-da/index.html | 1 | ||||
-rw-r--r-- | build/resume/index.html | 1 | ||||
-rw-r--r-- | build/services/index.html | 1 | ||||
-rw-r--r-- | build/uses/index.html | 1 | ||||
-rw-r--r-- | src/_header.html | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/build/2023-02-log/index.html b/build/2023-02-log/index.html index 087aa40..983a27a 100644 --- a/build/2023-02-log/index.html +++ b/build/2023-02-log/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Status update, February 2023</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/donate/index.html b/build/donate/index.html index 956867b..483013f 100644 --- a/build/donate/index.html +++ b/build/donate/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Donate</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/index.html b/build/index.html index 1cfcc60..b4888b9 100644 --- a/build/index.html +++ b/build/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Adam Stück’s blog</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/projects/index.html b/build/projects/index.html index 5314aa1..604d67b 100644 --- a/build/projects/index.html +++ b/build/projects/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Projects</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/resume-da/index.html b/build/resume-da/index.html index 7df8bcf..69ecd04 100644 --- a/build/resume-da/index.html +++ b/build/resume-da/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Adam Stück</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/resume/index.html b/build/resume/index.html index b36b9a5..d0751f4 100644 --- a/build/resume/index.html +++ b/build/resume/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Adam Stück</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/services/index.html b/build/services/index.html index 453ceac..cc7b5a1 100644 --- a/build/services/index.html +++ b/build/services/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Services</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/build/uses/index.html b/build/uses/index.html index 756eab8..75bbaf2 100644 --- a/build/uses/index.html +++ b/build/uses/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Things I use</title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> diff --git a/src/_header.html b/src/_header.html index a9cf5b8..6057dc8 100644 --- a/src/_header.html +++ b/src/_header.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> + <link rel="icon" href="data:,"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> |