Return footer links, with a bit different style

This commit is contained in:
daudix
2024-06-18 04:02:32 +03:00
parent 52e9cbeda0
commit dce877ff85
4 changed files with 81 additions and 19 deletions

View File

@ -153,6 +153,16 @@ langs = [
]
[extra.footer]
# Links used in the footer.
# Same as the nav ones.
links = [
{ url = "@/blog/_index.md", name = "Blog", name_ru = "Блог" },
{ url = "@/demo/index.md", name = "Demo", name_ru = "Демо" },
{ url = "https://codeberg.org/daudix/duckquill", name = "Repo", name_ru = "Репо" },
{ url = "@/blog/_index.md", name = "Blog", name_ru = "Блог" },
{ url = "@/demo/index.md", name = "Demo", name_ru = "Демо" },
{ url = "https://codeberg.org/daudix/duckquill", name = "Repo", name_ru = "Репо" },
]
# Social links in the footer.
# Any URL-encoded SVG can be used as an icon.
# https://simpleicons.org is recommended source of SVG icons.