Updated config.toml to reflect version bump

This commit is contained in:
Wilson J. Holmes 2022-08-08 20:05:28 -04:00 committed by GitHub
parent b283d363a4
commit e66b95587b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"