update: prepare C++20

This commit is contained in:
Changkun Ou
2019-07-08 13:17:58 +02:00
parent 7204a23882
commit 407148cfff
28 changed files with 66 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
<div id="header">
<a id="logo" href="<%- url_for("/modern-cpp/") %>">
<img src="<%- url_for("/modern-cpp/assets/cover-2nd.png") %>">
<span>高速上手 C++ 11/14/17</span><sup class="beta">beta</sup>
<span>高速上手 C++ 11/14/17/20</span><sup class="beta">beta</sup>
</a>
<ul id="nav">
<%- partial('partials/main_menu', { context: 'nav' }) %>