diff options
Diffstat (limited to 'public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes')
| -rw-r--r-- | public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index 71b1388..10e4693 100644 --- a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -9,16 +9,26 @@ <meta name="keywords" content="C++,C++ 17"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=17cf97a767ec5fb6e64967729f40f30a"> <link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f"> - <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9"> - <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416"> </head> <body class="single"> <header class="header"> <nav class="nav"> - <p class="logo"> - <a href="/">REPL: Rest-Eat-Program Loop</a> - </p> + <ul> + <li class="logo"> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </li> + <li> + <a href="/about">About</a> + </li> + <li> + <a href="/posts">Posts</a> + </li> + <li> + <a href="/slides">Slides</a> + </li> + </ul> </nav> </header> <main class="main"> |
