File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
< nav class ="navbar has-shadow is-spaced " role ="navigation " aria-label ="main navigation ">
39
39
40
40
< div class ="navbar-brand ">
41
- < a class ="navbar-item pr-6 " style ="font-size: 1.2rem; font-weight: 500; " href ="/ ">
41
+ < a class ="navbar-item pr-6 " style ="font-size: 1.2rem; font-weight: 500; " href ="{{SITEURL}} ">
42
42
{{ SITENAME }}
43
43
</ a >
44
44
< a role ="button " class ="navbar-burger " aria-label ="menu " aria-expanded ="false " data-target ="navbar ">
53
53
54
54
< div class ="navbar-start ">
55
55
{% for p in pages|sort(attribute='menu_order') %}
56
- < a href ="{{ SITEURL }}/{{ p.url }} " class ="navbar-item " style ="font-weight: 420; "> {{ p.menu_title }}</ a >
56
+ < a href ="{{SITEURL}}/{{ p.url }} " class ="navbar-item " style ="font-weight: 420; "> {{ p.menu_title }}</ a >
57
57
{% endfor %}
58
58
</ div >
59
59
60
60
< div class ="navbar-end ">
61
61
< div class ="navbar-item px-4 ">
62
62
< a href ="mailto:{{ SOCIAL['mail'] }} ">
63
- < img src ="{{ THEME_STATIC_DIR }}/images/social/envelope.svg " alt ="Email " style ="margin-top: 7px; height: 1rem; " />
63
+ < img src ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/images/social/envelope.svg " alt ="Email " style ="margin-top: 7px; height: 1rem; " />
64
64
</ a >
65
65
</ div >
66
66
< div class ="navbar-item px-4 pr-6 ">
67
67
< a href ="{{ SOCIAL['bluesky'] }} " target ="_blank " rel ="noopener noreferrer ">
68
- < img src ="{{ THEME_STATIC_DIR }}/images/social/bluesky.svg " alt ="Bluesky " style ="margin-top: 7px; height: 1rem; " />
68
+ < img src ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/images/social/bluesky.svg " alt ="Bluesky " style ="margin-top: 7px; height: 1rem; " />
69
69
</ a >
70
70
</ div >
71
71
</ div >
You can’t perform that action at this time.
0 commit comments