From 89a2c635ee512e0f58276e762041683773843e2b Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sun, 26 May 2024 22:43:04 +0200 Subject: [PATCH] whitespaces --- Makefile | 2 +- haml/main.haml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9da968e..23e528b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ format-code: format-markdown: npx markdownlint-cli 'docs/**/*.md' -f -# Upload the website to tilde.club +# Upload the website to tilde.club upload: build scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html diff --git a/haml/main.haml b/haml/main.haml index ca8704e..f1e6be6 100644 --- a/haml/main.haml +++ b/haml/main.haml @@ -42,7 +42,7 @@ {% for nav_item in nav_item.children %} {% if not nav_item.meta.unlisted %} -# TODO - %li(class="{% if nav_item.active %}current{% endif %}") + %li(class="{% if nav_item.active %}current{% endif %}") %a(href="{{ nav_item.url|url }}") {{ nav_item.meta.date }} {% if nav_item.meta.date %} - {% endif %} @@ -132,7 +132,7 @@ %br rss feed: todo - email me if you want to subscribe ! %br - Built by + Built by %a(href="https://www.mkdocs.org") mkdocs and served by %a(href="https://tilde.club") tilde.club