mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
@@ -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>
|
||||
<span>Modern C++ Tutorial: 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>
|
||||
<span>现代 C++ 教程:高速上手 C++ 11/14/17/20</span>
|
||||
<% } %>
|
||||
</a>
|
||||
<ul id="nav">
|
||||
|
||||
Reference in New Issue
Block a user