diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 16:32:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 16:32:55 +0900 |
| commit | 2308e54db43abfa5e9020bac637b5c7ac88e692e (patch) | |
| tree | e0ac688277c529957edfc296798c4d2f7eadb821 /public/about | |
| parent | 2428ea512cdbac4b86189c654814c5eeca54a704 (diff) | |
| download | blog.nsfisis.dev-2308e54db43abfa5e9020bac637b5c7ac88e692e.tar.gz blog.nsfisis.dev-2308e54db43abfa5e9020bac637b5c7ac88e692e.tar.zst blog.nsfisis.dev-2308e54db43abfa5e9020bac637b5c7ac88e692e.zip | |
feat(style): fix site footer at the bottom if the main text is short
Diffstat (limited to 'public/about')
| -rw-r--r-- | public/about/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/about/index.html b/public/about/index.html index 337add5..176acc0 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -8,7 +8,7 @@ <meta name="description" content="このサイトの著者について"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>About | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=17cf97a767ec5fb6e64967729f40f30a"> + <link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc"> </head> <body class="single"> <header class="header"> |
