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