Social icons on footer

Iara Authors
· 1 min read

Connect with your users, display your social network.

In you config.yaml or config.toml set:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
params:
  social:
    - icon: fab fa-telegram-plane
      title: Telegram
      url: https://t.me/your-id
    - icon: fab fa-discord
      title: Discord
      url: https://discord.gg/your-id
    - icon: fab fa-twitter
      title: Twitter
      url: https://twitter.com/your-id
    - icon: fab fa-linkedin-in
      title: Linkedin
      url: https://www.linkedin.com/company/your-id
    - icon: fab fa-facebook-f
      title: Facebook
      url: https://www.facebook.com/your-id
    - icon: fab fa-youtube
      title: YouTube
      url: https://www.youtube.com/c/your-id
    - icon: fab fa-instagram
      title: Instagram
      url: https://www.instagram.com/your-id/

Icons are from FontAwesome, you can find most services in it.