commit 9a996e4b251a18bee0e15a63e89a31e517656bb2 parent 89fceef2d1981f6d908ab393f12e33d5d61438f2 Author: Matsuda Kenji <ftvda283@gmail.com> Date: Wed, 1 Dec 2021 08:17:02 +0900 add favicon to head Diffstat:
33 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/man/favicon.ico b/man/static/favicon.ico Binary files differ. diff --git a/pub/404.html b/pub/404.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/about.html b/pub/about.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/blog_index.html b/pub/blog/blog_index.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200719.html b/pub/blog/posts/20200719.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200723.html b/pub/blog/posts/20200723.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200725.html b/pub/blog/posts/20200725.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200727.html b/pub/blog/posts/20200727.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200801.html b/pub/blog/posts/20200801.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200802.html b/pub/blog/posts/20200802.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200804.html b/pub/blog/posts/20200804.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200808.html b/pub/blog/posts/20200808.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200917.html b/pub/blog/posts/20200917.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200918.html b/pub/blog/posts/20200918.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200919.html b/pub/blog/posts/20200919.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200925.html b/pub/blog/posts/20200925.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20200926.html b/pub/blog/posts/20200926.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20201003.html b/pub/blog/posts/20201003.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20201201.html b/pub/blog/posts/20201201.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20201202.html b/pub/blog/posts/20201202.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20201209.html b/pub/blog/posts/20201209.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20201210.html b/pub/blog/posts/20201210.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20210106.html b/pub/blog/posts/20210106.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20210806.html b/pub/blog/posts/20210806.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/blog/posts/20211129.html b/pub/blog/posts/20211129.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/computer/archlinux_installation.html b/pub/computer/archlinux_installation.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/computer/what-i-use.html b/pub/computer/what-i-use.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/farm/journal/2021.html b/pub/farm/journal/2021.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/index.html b/pub/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/misc/migration.html b/pub/misc/migration.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/plants/myrica_rubra.html b/pub/plants/myrica_rubra.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body> diff --git a/pub/favicon.ico b/pub/static/favicon.ico Binary files differ. diff --git a/templates/base.html b/templates/base.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> <title>はつかぜ</title> </head> <body>