whitespaces

This commit is contained in:
Tasia Iso 2024-05-26 22:43:04 +02:00
parent 35e2be78e4
commit 89a2c635ee
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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