website: remove beta indication

This commit is contained in:
Changkun Ou
2019-07-19 18:32:36 +02:00
parent 130c6f97a2
commit 4615e1fc6b
4 changed files with 2 additions and 22 deletions

View File

@@ -2,10 +2,10 @@
<a id="logo" href="<%- url_for("/modern-cpp/") %>">
<% if (page.type == 'book-en-us') { %>
<img src="<%- url_for("/modern-cpp/assets/cover-2nd-en.png") %>">
<span>C++ 11/14/17/20 On the Fly</span><sup class="beta">beta</sup>
<span>C++ 11/14/17/20 On the Fly</span>
<% } else {%>
<img src="<%- url_for("/modern-cpp/assets/cover-2nd.png") %>">
<span>高速上手 C++ 11/14/17/20</span><sup class="beta">beta</sup>
<span>高速上手 C++ 11/14/17/20</span>
<% } %>
</a>
<ul id="nav">