diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-11-20 21:42:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-11-20 22:20:42 +0900 |
| commit | 75402b673c0f630b620904ce3153f8645d89d700 (patch) | |
| tree | 18dc3e091765267fbd59c4f76702a827c69c1eed /public/tags | |
| parent | a0738cdd46d6e52463687b903b1e7d09a541aaa1 (diff) | |
| download | blog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.tar.gz blog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.tar.zst blog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.zip | |
implement cache busting for stylesheets
Diffstat (limited to 'public/tags')
| -rw-r--r-- | public/tags/conference/index.html | 20 | ||||
| -rw-r--r-- | public/tags/cpp/index.html | 20 | ||||
| -rw-r--r-- | public/tags/cpp17/index.html | 20 | ||||
| -rw-r--r-- | public/tags/note-to-self/index.html | 20 | ||||
| -rw-r--r-- | public/tags/php/index.html | 20 | ||||
| -rw-r--r-- | public/tags/phpcon/index.html | 20 | ||||
| -rw-r--r-- | public/tags/phperkaigi/index.html | 20 | ||||
| -rw-r--r-- | public/tags/python/index.html | 20 | ||||
| -rw-r--r-- | public/tags/python3/index.html | 20 | ||||
| -rw-r--r-- | public/tags/ruby/index.html | 20 | ||||
| -rw-r--r-- | public/tags/ruby3/index.html | 20 | ||||
| -rw-r--r-- | public/tags/rust/index.html | 20 | ||||
| -rw-r--r-- | public/tags/vim/index.html | 20 |
13 files changed, 91 insertions, 169 deletions
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html index 4423eee..757ab24 100644 --- a/public/tags/conference/index.html +++ b/public/tags/conference/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「カンファレンス」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>カンファレンス | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html index 5cc157b..5f831c4 100644 --- a/public/tags/cpp/index.html +++ b/public/tags/cpp/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「C++」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>C++ | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html index 5585a26..77e426a 100644 --- a/public/tags/cpp17/index.html +++ b/public/tags/cpp17/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「C++ 17」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>C++ 17 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html index 4cdabd6..d73bf03 100644 --- a/public/tags/note-to-self/index.html +++ b/public/tags/note-to-self/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「備忘録」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>備忘録 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index c20c486..094f012 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「PHP」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHP | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html index 45fe74f..266ae5c 100644 --- a/public/tags/phpcon/index.html +++ b/public/tags/phpcon/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「PHP カンファレンス」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHP カンファレンス | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 3a536bc..2fed4df 100644 --- a/public/tags/phperkaigi/index.html +++ b/public/tags/phperkaigi/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「PHPerKaigi」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHPerKaigi | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/python/index.html b/public/tags/python/index.html index b15dfb6..f178bae 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Python」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Python | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html index 2824a04..d2401bc 100644 --- a/public/tags/python3/index.html +++ b/public/tags/python3/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Python 3」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Python 3 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html index 40c7b4f..ebfbfd4 100644 --- a/public/tags/ruby/index.html +++ b/public/tags/ruby/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Ruby」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Ruby | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html index 47a47b7..029cd8a 100644 --- a/public/tags/ruby3/index.html +++ b/public/tags/ruby3/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Ruby 3」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Ruby 3 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html index da5efee..cdf3ae9 100644 --- a/public/tags/rust/index.html +++ b/public/tags/rust/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Rust」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Rust | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html index e76b079..6046bd5 100644 --- a/public/tags/vim/index.html +++ b/public/tags/vim/index.html @@ -1,13 +1,3 @@ - - - - - - - - - - <!DOCTYPE html> <html lang="ja-JP"> <head> @@ -18,9 +8,13 @@ <meta name="description" content="タグ「Vim」のついた記事一覧"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Vim | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/hl.css"> - <link rel="stylesheet" href="/style.css"> - <link rel="stylesheet" href="/custom.css"> + + <link rel="stylesheet" href="/hl.css?208c52e3b7c9db1cad782c5d30b4698f"> + + <link rel="stylesheet" href="/style.css?779b1a3debcaeba619f6fe500e93d525"> + + <link rel="stylesheet" href="/custom.css?a649ea3528d4b626fb636505d94c1144"> + </head> <body class="list"> <header class="header"> |
