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/posts/2022-09-29 | |
| 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/posts/2022-09-29')
| -rw-r--r-- | public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html | 74 |
1 files changed, 9 insertions, 65 deletions
diff --git a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html index c2dc8ab..a1d8cf9 100644 --- a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html +++ b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html @@ -9,9 +9,13 @@ <meta name="keywords" content="PHP"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>【PHP】fizzbuzz を書く。1行あたり2文字で。 | 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="single"> <header class="header"> @@ -50,12 +54,7 @@ </ol> </section> - - - - - -<section class="section-1"> + <section class="section-1"> <h2 id="" class="section-header"> 記事の構成について @@ -70,11 +69,6 @@ </div> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> @@ -132,11 +126,6 @@ off になっている環境が多いようなので、今回は使わないこ </div> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> @@ -299,11 +288,6 @@ a'</span> </div> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> @@ -311,12 +295,7 @@ a'</span> </h2> <div class="section-body"> - - - - - -<section class="section-2"> + <section class="section-2"> <h3 id="" class="section-header"> 普通の (?) fizzbuzz @@ -341,11 +320,6 @@ for ($i = 1; $i < 100; $i++) { </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -378,11 +352,6 @@ for ($i = 1; $i < 100; $i++) { </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -418,11 +387,6 @@ for ($i = 1; $i < 100; $i++) { </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -482,11 +446,6 @@ PHP 7.x までの仕様が利用できる。例えば、 <code>Fizz</code> </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -586,11 +545,6 @@ o'</span> </section> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> @@ -756,11 +710,6 @@ _! </div> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> @@ -778,11 +727,6 @@ _! </div> </div> </section> - - - - - <section class="section-1"> <h2 id="" class="section-header"> |
