Merge branch 'master' of github.com:colorchestra/smol
This commit is contained in:
commit
730ddd9a1f
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2016 Vimux
|
Copyright (c) 2016 Vimux
|
||||||
|
|
||||||
Copyright (c) 2020 colorchestra
|
Copyright (c) 2020 colorchestra
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
|
|
@ -56,12 +56,12 @@ Lastly, add the following lines to your `config.toml` to make use of all the men
|
||||||
# Footer
|
# Footer
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Github"
|
name = "Github"
|
||||||
url = "https://github.com/example
|
url = "https://github.com/example"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
url = "https://example.com/@user
|
url = "https://example.com/@user"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
|
|
Loading…
Reference in a new issue