From 85403911a5cff870b66a323ae6a2c005f0305935 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 2 Sep 2017 22:24:52 +0100 Subject: [PATCH] Add Font Awesome tag to theme metadata Because it's awesome --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index cb29f6c..2230523 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ license = "MIT" licenselink = "https://github.com/adrianshort/tumble/blob/master/LICENSE.md" description = "A minimal tumblelog. Content types: aside, image, post, quote, video." homepage = "http://example.com/" -tags = ["tumblelog", "minimal", "clean", "fun", "personal"] +tags = ["tumblelog", "minimal", "clean", "fun", "personal", "Font Awesome"] features = [] min_version = "0.25.1"