Skip to content

Commit 0238fa8

Browse files
committed
change: footer and title
1 parent 370cb6d commit 0238fa8

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 资助
3+
type: about
4+
order: 1
5+
---
6+
7+
# 资助
8+
9+
如果你认为本书对你起到了帮助,并希望赞助作者,可以通过下面的二维码给予支持:
10+
11+
|微信|支付宝|
12+
|:--:|:--:|
13+
|![](../assets/wechat.jpg) | ![](../assets/alipay.jpg)|
49.9 KB
Loading
52.3 KB
Loading

website/themes/moderncpp/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!DOCTYPE html>
44
<html lang="en">
55
<head>
6-
<title><%- page.title ? page.title + '' : '' %> - C++ 11/14/17 On the Fly</title>
6+
<title><%- page.title ? page.title : '' %> 高速上手 C++ 11/14/17 - C++ 11/14/17 On the Fly</title>
77
<meta charset="utf-8">
88
<meta name="description" content="<%- theme.site_description %>">
99
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

website/themes/moderncpp/layout/page.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
<a href="https://changkun.de">欧长坤</a> &copy; 2016-<%- new Date().getFullYear() %> 版权所有,
2323
采用<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>
2424
</p>
25+
<p>
26+
如果你认为本书对你起到了帮助,可以<a href="/modern-cpp/about/donate.html">资助作者</a>。
27+
</p>
2528
</div>
2629
</div>

0 commit comments

Comments
 (0)