Merge pull request #91 from ewenme/patch-1

use iconOrder when editing/stating desired icon order
This commit is contained in:
Jake Wiesler 2020-07-21 11:36:00 -04:00 committed by GitHub
commit 497b6cfb47
1 changed files with 2 additions and 2 deletions

View File

@ -73,10 +73,10 @@ Social Icons are optional. To show any of these icons, just provide the value in
github = "https://github.com/jakewies/hugo-theme-codex"
# ...
iconTitles = ["Twitter", "GitHub"]
iconOrder = ["Twitter", "GitHub"]
```
If any of these options are given, `hugo-theme-codex` will render the social icon in the footer, using the order specified in `iconTitles`.
If any of these options are given, `hugo-theme-codex` will render the social icon in the footer, using the order specified in `iconOrder`.
See the contents of the [example site](https://github.com/jakewies/hugo-theme-codex/tree/master/exampleSite) for more details.