Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
refactor(home): reorder social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Jan 10, 2024
1 parent 619e722 commit 9a363c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ canonifyUrls = true

math = true

[[params.social]]
name = "Codeberg.org"
icon = "fa fa-2x fa-git-square"
weight = 1
url = "https://codeberg.org/JesusMtnez"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 2
weight = 1
url = "https://github.com/JesusMtnez"
[[params.social]]
name = "Gitlab"
icon = "fa fa-2x fa-gitlab"
weight = 1
url = "https://gitlab.com/JesusMtnez"
[[params.social]]
name = "Codeberg.org"
icon = "fa fa-2x fa-git-square"
weight = 2
url = "https://codeberg.org/JesusMtnez"
url = "https://gitlab.com/JesusMtnez"
[[params.social]]
name = "Mastodon"
icon = "fa fa-2x fa-mastodon"
Expand Down

0 comments on commit 9a363c6

Please sign in to comment.