docs: Use iconOrder when stating desired icon order

This commit is contained in:
Sanchith Hegde 2020-07-24 23:04:54 +05:30
parent 208dc60b22
commit 4a113b268d
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>"