Updated config.toml to reflect version bump
This commit is contained in:
parent
b283d363a4
commit
e66b95587b
1 changed files with 3 additions and 3 deletions
|
|
@ -29,16 +29,16 @@ logo = "images/rice.svg"
|
||||||
|
|
||||||
# Sidebar: social links
|
# Sidebar: social links
|
||||||
# Available icon sets:
|
# Available icon sets:
|
||||||
# * FontAwesome 5 <https://fontawesome.com/> ('fas fa-' or 'fab-fa' for brands)
|
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
|
||||||
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
|
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
|
||||||
|
|
||||||
[[params.socialLinks]]
|
[[params.socialLinks]]
|
||||||
icon = "fab fa-github"
|
icon = "fa-brands fa-github"
|
||||||
title = "GitHub"
|
title = "GitHub"
|
||||||
url = "https://github.com/joeroe/risotto"
|
url = "https://github.com/joeroe/risotto"
|
||||||
|
|
||||||
[[params.socialLinks]]
|
[[params.socialLinks]]
|
||||||
icon = "fas fa-envelope"
|
icon = "fa-solid fa-envelope"
|
||||||
title = "Email"
|
title = "Email"
|
||||||
url = "mailto:example@example.com"
|
url = "mailto:example@example.com"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue