Skip to content

Commit 33ee9d6

Browse files
committed
underline links in footer
1 parent 66ad801 commit 33ee9d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ website:
3939
page-footer:
4040
#background: "#073c44"
4141
left: |
42-
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a>. <br>
42+
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team of volunteers</a>. <br>
4343
© 2024 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
4444
4545
back-to-top-navigation: true

theming/rules/_navbar.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121
}
2222
}
2323
}
24+
25+
.nav-footer {
26+
a {
27+
text-decoration: underline !important;
28+
}
29+
}

0 commit comments

Comments
 (0)