diff --git a/CHANGELOG.md b/CHANGELOG.md index 806b2ae0..1c1c07db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Icons for Foursquare and Pinterest + ### Fixed - Minor style issue with `button` shortcode diff --git a/assets/icons/foursquare.svg b/assets/icons/foursquare.svg new file mode 100644 index 00000000..b36f8613 --- /dev/null +++ b/assets/icons/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/pinterest.svg b/assets/icons/pinterest.svg new file mode 100644 index 00000000..c445eb90 --- /dev/null +++ b/assets/icons/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/config.toml b/config/_default/config.toml index 21a0e77a..0a6e258c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -23,6 +23,7 @@ enableRobotsTXT = true # { discord = "https://discord.gg/invitecode" }, # { dribbble = "https://dribbble.com/username" }, # { facebook = "https://facebook.com/username" }, + # { foursquare = "https://foursquare.com/username" }, # { github = "https://github.com/username" }, # { gitlab = "https://gitlab.com/username" }, # { instagram = "https://instagram.com/username" }, @@ -31,6 +32,7 @@ enableRobotsTXT = true # { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, # { medium = "https://medium.com/username" }, + # { pinterest = "https://pinterest.com/username" }, # { reddit = "https://reddit.com/user/username" }, # { slack = "https://workspace.url/team/userid" }, # { snapchat = "https://snapchat.com/add/username" },