mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
feat: Add discord to social media list
This commit is contained in:
parent
f787a4e5ad
commit
002b6472f6
2 changed files with 9 additions and 0 deletions
|
@ -509,3 +509,11 @@ rss:
|
||||||
Newtab: true
|
Newtab: true
|
||||||
Icon:
|
Icon:
|
||||||
Class: fas fa-rss fa-fw
|
Class: fas fa-rss fa-fw
|
||||||
|
|
||||||
|
# 065: Discord
|
||||||
|
discord:
|
||||||
|
Weight: 65
|
||||||
|
Prefix: https://discord.gg/
|
||||||
|
Title: Discord
|
||||||
|
Icon:
|
||||||
|
Class: fab fa-discord fa-fw
|
||||||
|
|
|
@ -222,6 +222,7 @@ enableEmoji = true
|
||||||
Bilibili = ""
|
Bilibili = ""
|
||||||
Email = "xxxx@xxxx.com"
|
Email = "xxxx@xxxx.com"
|
||||||
RSS = true
|
RSS = true
|
||||||
|
Discord = ""
|
||||||
[languages.en.params.social.Mastodon]
|
[languages.en.params.social.Mastodon]
|
||||||
id = "@xxxx"
|
id = "@xxxx"
|
||||||
prefix = "https://mastodon.technology/"
|
prefix = "https://mastodon.technology/"
|
||||||
|
|
Loading…
Reference in a new issue