Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Wiesler <jakewiesler@gmail.com>2020-07-21 18:36:00 +0300
committerGitHub <noreply@github.com>2020-07-21 18:36:00 +0300
commit0951ef30584b5532773d9682462c2c0516cb10b2 (patch)
treefa5a769a749d5a600e79ff578a63cc7b6ec4dc94
parentbc6a0401273182c30466c0e328c30ade181f9a53 (diff)
parentaae2a1a821baf1fa3cbb6c737ff90c7c695ac66b (diff)
Merge pull request #91 from ewenme/patch-1
use iconOrder when editing/stating desired icon order
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec88d98..aca85e2 100644
--- a/README.md
+++ b/README.md
@@ -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.