From 88d08bdad5d01f0eb8186090bfcd6da807fe0777 Mon Sep 17 00:00:00 2001
From: James Panther <4462786+jpanther@users.noreply.github.com>
Date: Thu, 19 Aug 2021 17:28:56 +1000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Add=20icons=20for=20Foursquare?=
=?UTF-8?q?=20and=20Pinterest?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 4 ++++
assets/icons/foursquare.svg | 1 +
assets/icons/pinterest.svg | 1 +
config/_default/config.toml | 2 ++
4 files changed, 8 insertions(+)
create mode 100644 assets/icons/foursquare.svg
create mode 100644 assets/icons/pinterest.svg
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" },