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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2021-03-05 14:01:56 +0300
committerFabien <vaga@users.noreply.github.com>2021-03-05 14:29:43 +0300
commit0b0e233a3e7ad2140104cb584b6094f352e8aa21 (patch)
tree19626e67346f9d68d6ba7e9861728658273be965 /README.md
parente6b9b635062ee7f4c2a95d06535be95640a1a201 (diff)
rename params.social.name to params.social.icon
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b67988..c506cd3 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To add a social link, add the following lines in `params`:
```
[[params.social]]
- name = "github"
+ icon = "github"
url = "https://github.com/vaga"
```