whitespaces
This commit is contained in:
parent
35e2be78e4
commit
89a2c635ee
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue