From 008b4ceb20f1c2fe661fc93ad51ac3ff24b8e78a Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 24 Dec 2021 12:14:57 +0100 Subject: [PATCH] categories --- sass/style.scss | 4 ++++ templates/index.html | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 9fe30bd..10b5816 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -175,4 +175,8 @@ a.title { .capitalize { text-transform: capitalize; +} + +.category-link { + color: gray; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index db8dc10..c7db94a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,14 +8,16 @@ {% set section = get_section(path="blog/_index.md") %}

Articles

{% endblock content %}