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:11:46 +0300
committerFabien <vaga@users.noreply.github.com>2021-03-05 14:29:43 +0300
commit6309c01d84115f4f4b721b8eec8416944f7ea986 (patch)
tree234940bd9585c27c50446619195086e986c40158 /README.md
parent0b0e233a3e7ad2140104cb584b6094f352e8aa21 (diff)
add params.social.name to display the name on mouseover
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c506cd3..1f9453c 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ To add a social link, add the following lines in `params`:
```
[[params.social]]
icon = "github"
+ name = "My Github"
url = "https://github.com/vaga"
```