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/2021-03-30 | |
| 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/2021-03-30')
| -rw-r--r-- | public/posts/2021-03-30/phperkaigi-2021/index.html | 111 |
1 files changed, 10 insertions, 101 deletions
diff --git a/public/posts/2021-03-30/phperkaigi-2021/index.html b/public/posts/2021-03-30/phperkaigi-2021/index.html index 46fce9b..965f0c9 100644 --- a/public/posts/2021-03-30/phperkaigi-2021/index.html +++ b/public/posts/2021-03-30/phperkaigi-2021/index.html @@ -9,9 +9,13 @@ <meta name="keywords" content="カンファレンス,PHP,PHPerKaigi"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHPerKaigi 2021 | 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"> @@ -54,12 +58,7 @@ </ol> </section> - - - - - -<section class="section-1"> + <section class="section-1"> <h2 id="" class="section-header"> PHPerKaigi 2021 参加レポ @@ -81,11 +80,6 @@ <p>発表はトラック A、B に分かれていたのだが、今回はすべて A トラックを視聴している (切り替えるのが面倒だっただけ)。</p> </div> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -105,11 +99,6 @@ </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -117,12 +106,7 @@ </h3> <div class="section-body"> - - - - - -<section class="section-3"> + <section class="section-3"> <h4 id="" class="section-header"> 17:30 [A] @@ -194,11 +178,6 @@ Laravel などでは動かなさそう) </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -269,11 +248,6 @@ Laravel などでは動かなさそう) </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -372,11 +346,6 @@ Laravel などでは動かなさそう) </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -473,11 +442,6 @@ Laravel などでは動かなさそう) </section> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -485,12 +449,7 @@ Laravel などでは動かなさそう) </h3> <div class="section-body"> - - - - - -<section class="section-3"> + <section class="section-3"> <h4 id="" class="section-header"> 10:50 [A] @@ -636,11 +595,6 @@ Laravel などでは動かなさそう) </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -698,11 +652,6 @@ Ruby の typeprof には注目している。</p> </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -715,11 +664,6 @@ Ruby の typeprof には注目している。</p> </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -791,11 +735,6 @@ text markup * automation</p> </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -812,11 +751,6 @@ text markup * automation</p> </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -958,11 +892,6 @@ C言語時代への回帰ともいえるが、その頃と異なるのはエラ </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -979,11 +908,6 @@ C言語時代への回帰ともいえるが、その頃と異なるのはエラ </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -1046,11 +970,6 @@ streaming RPCs</p> </div> </div> </section> - - - - - <section class="section-3"> <h4 id="" class="section-header"> @@ -1115,11 +1034,6 @@ private のみ * 依存関係の制御が困難</p> </section> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> @@ -1135,11 +1049,6 @@ private のみ * 依存関係の制御が困難</p> </div> </div> </section> - - - - - <section class="section-2"> <h3 id="" class="section-header"> |
