From a8de6e7b29d96d898156948d2555e64645f24cbb Mon Sep 17 00:00:00 2001
From: Luke <16389426+LukeSeers@users.noreply.github.com>
Date: Tue, 18 Jan 2022 03:14:52 +0100
Subject: [PATCH] Update tags
---
_includes/tag.html | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/_includes/tag.html b/_includes/tag.html
index c7fe25c..8b8932d 100644
--- a/_includes/tag.html
+++ b/_includes/tag.html
@@ -1,18 +1,13 @@
-{% assign tag_bg_strength = 100 %}
{% if include.tag == 'Portmaster' %}
- {% assign tag_color = 'blue' %}
+ Portmaster
{% elsif include.tag == 'SPN' %}
- {% assign tag_color = 'green' %}
+ spn
{% elsif include.tag == 'Website' %}
- {% assign tag_color = 'pink' %}
+ Website
{% elsif include.tag == 'Back Office' %}
- {% assign tag_color = 'gray' %}
- {% assign tag_bg_strength = 200 %}
+ BackOffice
{% elsif include.tag == 'Community' %}
- {% assign tag_color = 'purple' %}
+
{% elsif include.tag == 'Marketing' %}
- {% assign tag_color = 'orange' %}
-{% endif %}
-
- {{ include.tag }}
-
+ Marketing
+{% endif %}
\ No newline at end of file