mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
change: footer and title
This commit is contained in:
13
website/src/modern-cpp/about/donate.md
Normal file
13
website/src/modern-cpp/about/donate.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: 资助
|
||||||
|
type: about
|
||||||
|
order: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# 资助
|
||||||
|
|
||||||
|
如果你认为本书对你起到了帮助,并希望赞助作者,可以通过下面的二维码给予支持:
|
||||||
|
|
||||||
|
|微信|支付宝|
|
||||||
|
|:--:|:--:|
|
||||||
|
| | |
|
||||||
BIN
website/src/modern-cpp/assets/alipay.jpg
Normal file
BIN
website/src/modern-cpp/assets/alipay.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
BIN
website/src/modern-cpp/assets/wechat.jpg
Normal file
BIN
website/src/modern-cpp/assets/wechat.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><%- page.title ? page.title + ' — ' : '' %> - C++ 11/14/17 On the Fly</title>
|
<title><%- page.title ? page.title : '' %> 高速上手 C++ 11/14/17 - C++ 11/14/17 On the Fly</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="<%- theme.site_description %>">
|
<meta name="description" content="<%- theme.site_description %>">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
|||||||
@@ -22,5 +22,8 @@
|
|||||||
<a href="https://changkun.de">欧长坤</a> © 2016-<%- new Date().getFullYear() %> 版权所有,
|
<a href="https://changkun.de">欧长坤</a> © 2016-<%- new Date().getFullYear() %> 版权所有,
|
||||||
采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议许可</a>,代码使用 <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> 协议开源。</a>
|
采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议许可</a>,代码使用 <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> 协议开源。</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
如果你认为本书对你起到了帮助,可以<a href="/modern-cpp/about/donate.html">资助作者</a>。
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user