Add title to socialIcons #1032

Aditya Telange 2023-02-18 14:01:19 +05:30
parent 847ff12ebb
commit 41fede3bd6

@ -89,8 +89,10 @@ Usage :
``` ```
socialIcons: socialIcons:
- name: "kofi" - name: "kofi"
title: "<custom title>"
url: "https://kofi.com" url: "https://kofi.com"
- name: "twitter" - name: "twitter"
title: "<custom title>"
url: "https://twitter.com" url: "https://twitter.com"
``` ```