Return footer links, with a bit different style
This commit is contained in:
10
config.toml
10
config.toml
@ -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.
|
||||
|
Reference in New Issue
Block a user