From 670a7cbb6643950b20676c4a3b559f5a6b75ed07 Mon Sep 17 00:00:00 2001 From: himi Date: Mon, 5 Apr 2021 19:02:42 +0530 Subject: [PATCH] Add icons for Letterboxd and Anilist --- docs/svgs.md | 2 ++ layouts/partials/svg.html | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/svgs.md b/docs/svgs.md index 067d16a..c999709 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -1,6 +1,7 @@ # Available Social Icons: - [amazon](https://simpleicons.org/?q=amazon) +- [anilist](https://simpleicons.org/?q=anilist) - [box](https://simpleicons.org/?q=box) - [behance](https://simpleicons.org/?q=behance) - [bitbucket](https://simpleicons.org/?q=bitbucket) @@ -33,6 +34,7 @@ - [keybase](https://simpleicons.org/?q=keybase) - [lastfm](https://simpleicons.org/?q=lastfm) - [leetcode](https://simpleicons.org/?q=leetcode) +- [letterboxd](https://simpleicons.org/?q=letterboxd) - [lichess](https://simpleicons.org/?q=lichess) - [linkedin](https://feathericons.com/?query=linked) - [mastodon](https://simpleicons.org/?q=mastodon) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index c40fa22..e6222c4 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,5 +1,7 @@ {{- if (eq .name "amazon") -}} +{{- else if (eq .name "anilist") -}} + {{- else if (eq .name "box") -}} {{- else if (eq .name "behence") -}} @@ -64,12 +66,14 @@ {{- else if (eq .name "lastfm") -}} +{{- else if (eq .name "leetcode") -}} + +{{- else if (eq .name "letterboxd") -}} + {{- else if (eq .name "lichess") -}} {{- else if (eq .name "linkedin") -}} -{{- else if (eq .name "leetcode") -}} - {{- else if (eq .name "mastodon") -}} {{- else if (eq .name "matrix") -}}