Feat: home line point to root of website
This commit is contained in:
parent
2ba0774163
commit
c624023018
|
@ -42,7 +42,11 @@ AUTHOR_FEED_RSS = None
|
|||
|
||||
# Blogroll
|
||||
LINKS = [
|
||||
("2019-2020", "/2019-2020/")
|
||||
("2015-2016", "/2015-2016/"),
|
||||
("2016-2017", "/2016-2017/"),
|
||||
("2017-2018", "/2017-2018/"),
|
||||
("2018-2019", "/2018-2019/"),
|
||||
("2019-2020", "/2019-2020/"),
|
||||
]
|
||||
# Social widget
|
||||
SOCIAL = ()
|
||||
|
|
Loading…
Reference in New Issue