File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
title : " RustPython"
22
22
description : " An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
23
- baseurl : " /rustpython.github.io " # the subpath of your site, e.g. /blog
24
- url : " https://mireille-raad .github.io" # the base hostname & protocol for your site, e.g. http://example.com
23
+ # baseurl: "/" # the subpath of your site, e.g. /blog
24
+ url : " https://rustpython .github.io" # the base hostname & protocol for your site, e.g. http://example.com
25
25
github_username : RustPython
26
26
disclaimer : " The disclaimer not to use this in production. Update this in the config.yml file at the root."
27
27
github : https://github.com/RustPython/RustPython/
@@ -32,13 +32,13 @@ contributor_excerpt: "edit me in config.yml file at the root folder."
32
32
33
33
navigation :
34
34
- title : Blog
35
- url : " blog"
35
+ url : / blog
36
36
- title : Docs
37
- url : https://github.com/RustPython/ docs/
37
+ url : / docs
38
38
- title : GitHub
39
39
url : https://github.com/RustPython/RustPython/
40
40
- title : Gitter
41
- url : " https://gitter.im/rustpython/Lobby"
41
+ url : https://gitter.im/rustpython/Lobby
42
42
43
43
# Build settings
44
44
theme : minima
Original file line number Diff line number Diff line change 1
1
< header >
2
2
< nav class ="menu w-100 text-center border-bottom ">
3
3
< ul class ="list-inline ">
4
- < li class ="m-small float-left "> < a href ="{{site.baseurl}}/ "> Home</ a > </ li >
4
+ < li class ="m-small float-left "> < a href ="{{ site.baseurl }} "> Home</ a > </ li >
5
5
{% for item in site.navigation %}
6
- < li class ="m-small float-left "> < a href ="{{ site.baseurl }}/{{ item.url }} "> {{item.title}}</ a > </ li >
6
+ < li class ="m-small float-left "> < a href ="{{ item.url | relativeurl }} "> {{item.title}}</ a > </ li >
7
7
{% endfor %}
8
8
</ ul >
9
9
</ nav >
You can’t perform that action at this time.
0 commit comments