Merge pull request #101 from SanchithHegde/fix-iconorder-config

docs: Use iconOrder when stating desired icon order
This commit is contained in:
Jake Wiesler 2020-07-28 13:53:34 -04:00 committed by GitHub
commit 6d4433f74d
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ You can also create additional social icons by:
# ...
reddit = "<url to your reddit>"
iconTitles = ["Reddit"]
iconOrder = ["Reddit"]
```
Make sure that the icon title must match the icon's file name. If the title contains more than one word, say "My Awesome Site",

View File

@ -35,7 +35,7 @@ copyright = "© {year}"
# Titles for your icons (shown as tooltips), and also their display order.
# Currently, these icons are supported:
# "Twitter", "GitHub", "Email", "Facebook", "GitLab", "Instagram", "LinkedIn", "YouTube"
iconTitles = ["Twitter", "GitHub"]
iconOrder = ["Twitter", "GitHub"]
# Metadata for Twitter cards, defaults to params.twitter
# twitterSite = "@<your handle>"