From 3c7f235fdcd0ae8724810d3fb4e82c21c708fc71 Mon Sep 17 00:00:00 2001 From: mefody Date: Sat, 27 Jan 2024 13:35:44 +0300 Subject: [PATCH] Add Mastodon account --- src/data/site.js | 4 +++- src/images/mastodon-logo.svg | 1 + src/includes/footer.njk | 3 +++ src/styles/blocks/footer.css | 1 + src/styles/blocks/social-list.css | 4 ++++ 5 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/images/mastodon-logo.svg diff --git a/src/data/site.js b/src/data/site.js index 26071f9..9dfd2d4 100644 --- a/src/data/site.js +++ b/src/data/site.js @@ -1,8 +1,10 @@ module.exports = { title: 'Dev Tips by Nikita Dubko', author: 'Nikita Dubko', - description: 'Hello, my name is Nikita and I am a front-end developer. Here are life hacks and tips related to my daily work.', + description: + 'Hello, my name is Nikita and I am a front-end developer. Here are life hacks and tips related to my daily work.', twitter: 'dev_tip', + mastodon: 'dev_tip', paths: { domain: 'mefody.dev', site: 'https://mefody.dev', diff --git a/src/images/mastodon-logo.svg b/src/images/mastodon-logo.svg new file mode 100644 index 0000000..c783d51 --- /dev/null +++ b/src/images/mastodon-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/includes/footer.njk b/src/includes/footer.njk index 1df3d82..a475ff3 100644 --- a/src/includes/footer.njk +++ b/src/includes/footer.njk @@ -7,6 +7,9 @@
@webstandards_ru and @webstandards_en editor