From 8e1256308c9c24fa45783a7c0be7ff74a33906ee Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 9 Jul 2022 10:13:53 -0400 Subject: themes/default/layouts/partials/card-meta: Add icons Dry up and normalize white spaces. --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09ce88e..0f528d9 100644 --- a/Makefile +++ b/Makefile @@ -35,18 +35,24 @@ icons: svn export --force https://github.com/feathericons/feather/trunk/icons/arrow-left.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/arrow-right.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/arrow-up.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/at-sign.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/calendar.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/circle.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/clock.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/code.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/copy.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/edit.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/eye-off.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/file-text.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/git-commit.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/globe.svg static/icons/feather - svn export --force https://github.com/feathericons/feather/trunk/icons/tag.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/heart.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/home.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/link.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/map-pin.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/rss.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/search.svg static/icons/feather + svn export --force https://github.com/feathericons/feather/trunk/icons/tag.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/trash-2.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/user.svg static/icons/feather svn export --force https://github.com/feathericons/feather/trunk/icons/users.svg static/icons/feather -- cgit v1.2.3