Skip to content

Commit 18cf2b1

Browse files
authored
Merge pull request #19 from 40huo/master
更新logo和favicon
2 parents 04b1e97 + 5a3341a commit 18cf2b1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/_static/img/favicon.png

261 Bytes
Loading

docs/_static/img/favicon.svg

Lines changed: 9 additions & 0 deletions
Loading
File renamed without changes.

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ theme:
3333
primary: 'white'
3434
accent: 'red'
3535
logo:
36-
icon: 'school'
36+
icon: 'gavel'
37+
favicon: '_static/img/favicon.png'
3738
feature:
3839
tabs: true
3940
font:
@@ -46,7 +47,7 @@ extra:
4647
language: 'jp'
4748

4849
extra_javascript:
49-
- 'js/extra.js'
50+
- '_static/js/extra.js'
5051
- 'https://cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
5152

5253
# Extensions

0 commit comments

Comments
 (0)