fix footer link and quickstart title.
This commit is contained in:
parent
21f1053460
commit
80a311f05e
|
@ -68,7 +68,7 @@ div(class="main-footer" data-swiftype-index="false")
|
||||||
h3.text-headline 其它语种
|
h3.text-headline 其它语种
|
||||||
|
|
||||||
ul.text-body
|
ul.text-body
|
||||||
li <a href="https://angular.cn/">中文版</a>
|
li <a href="https://angular.io/">英文版</a>
|
||||||
|
|
||||||
footer(class="background-midnight")
|
footer(class="background-midnight")
|
||||||
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
||||||
|
|
|
@ -443,7 +443,7 @@ block commentary-on-index-html
|
||||||
:marked
|
:marked
|
||||||
### Add some style
|
### Add some style
|
||||||
|
|
||||||
## 添加一些样式
|
### 添加一些样式
|
||||||
|
|
||||||
Styles aren't essential, but they're nice, and `index.html` assumes that you have
|
Styles aren't essential, but they're nice, and `index.html` assumes that you have
|
||||||
a stylesheet called `styles.css`.
|
a stylesheet called `styles.css`.
|
||||||
|
|
Loading…
Reference in New Issue