From 69e3906b34243346222d5a9d4c048c6cc90ed47b Mon Sep 17 00:00:00 2001 From: Hisiste <38370207+Hisiste@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:35:42 -0600 Subject: Initial commit --- _data/share.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/share.yml (limited to '_data/share.yml') diff --git a/_data/share.yml b/_data/share.yml new file mode 100644 index 0000000..c1d4d63 --- /dev/null +++ b/_data/share.yml @@ -0,0 +1,25 @@ +# Sharing options at the bottom of the post. +# Icons from + +platforms: + - type: Twitter + icon: "fab fa-twitter" + link: "https://twitter.com/intent/tweet?text=TITLE&url=URL" + + - type: Facebook + icon: "fab fa-facebook-square" + link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL" + + - type: Telegram + icon: "fab fa-telegram" + link: "https://t.me/share/url?url=URL&text=TITLE" + + # Uncomment below if you need to. + # + # - type: Linkedin + # icon: "fab fa-linkedin" + # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL" + # + # - type: Weibo + # icon: "fab fa-weibo" + # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL" -- cgit v1.2.3