Add title to socialIcons #1032

Aditya Telange 2023-02-18 14:01:28 +05:30
parent 41fede3bd6
commit d449363080

@ -137,8 +137,10 @@ fuseOpts:
```yml ```yml
socialIcons: socialIcons:
- name: "<platform>" - name: "<platform>"
title: "<custom title>"
url: "<link>" url: "<link>"
- name: "<platform 2>" - name: "<platform 2>"
title: "<custom title 2>"
url: "<link2>" url: "<link2>"
``` ```