Skip to content

Commit 1fe9982

Browse files
committed
chore: update index page
1 parent db41c75 commit 1fe9982

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<title>互联网 Java 工程师进阶知识完全扫盲</title>
6+
<title>互联网 Java 工程师进阶知识完全扫盲 - Doocs 开源社区</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="keywords" content="doc,docs,doocs,documentation,github,gitee,advanced-java,yanglbme" />
99
<meta name="description" content="互联网 Java 工程师进阶知识完全扫盲,项目维护者:杨立滨" />
@@ -17,6 +17,7 @@
1717
.markdown-section code {
1818
font-weight: 400;
1919
}
20+
2021
article>p>img {
2122
background-color: #f4f4f4;
2223
}
@@ -116,7 +117,7 @@
116117
if (vm.route.path == "/") {
117118
return editHtml + content;
118119
}
119-
const subscription = `
120+
const subscription = `---
120121
## 公众号
121122
122123
[Doocs](https://github.com/doocs) 技术社区旗下唯一公众号「**Doocs开源社区**」​,欢迎扫码关注,**专注分享技术领域相关知识及业内最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
@@ -145,7 +146,7 @@
145146

146147
hook.afterEach(function (html) {
147148
const currentYear = new Date().getFullYear()
148-
const footer = `<footer><span>Copyright © 2018-${currentYear} <a href="https://github.com/doocs" target="_blank">Doocs</a>. All Rights Reserved</footer>`
149+
const footer = `<footer><span>Copyright © 2018-${currentYear} <a href="https://github.com/doocs" target="_blank">Doocs</a>. All Rights Reserved.</footer>`
149150
return html + footer;
150151
});
151152
},

0 commit comments

Comments
 (0)