diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 09:48:43 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 86e40f9026d2978aedcf570a92f6a9d1c5940492 (patch) | |
| tree | d93f4f5bbc32877303914f070109e75a42333a82 /content | |
| parent | 6f538b92cd0c55666946887b8ef7dd50c8d4a3f5 (diff) | |
add favicon to html header
Diffstat (limited to 'content')
7 files changed, 7 insertions, 0 deletions
diff --git a/content/html/contact-information.html b/content/html/contact-information.html index 1b8f4bdd..8fbf1574 100644 --- a/content/html/contact-information.html +++ b/content/html/contact-information.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html index 6d3b381f..38e02b21 100644 --- a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html +++ b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html index 531639db..f075041e 100644 --- a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html +++ b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html index 69ae4a11..a2812182 100644 --- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html index f83889a0..d7a0dee3 100644 --- a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/index.html b/content/html/index.html index 3d289e35..80216ce3 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} diff --git a/content/html/resources.html b/content/html/resources.html index 9e0b2744..676ba2f5 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} |
