From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/plt/base.html | 13 ++++++------- pyssg.xyz/plt/highlightjs.html | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'pyssg.xyz/plt') diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html index d5cb77b..5548ec9 100644 --- a/pyssg.xyz/plt/base.html +++ b/pyssg.xyz/plt/base.html @@ -2,20 +2,19 @@ - - + {%block head_title%}{%endblock head_title%} {%block head_description%}{%endblock head_description%} {%block head_rss%}{%endblock head_rss%} - - - + + + - - + + {%block head_extra%}{%endblock head_extra%} diff --git a/pyssg.xyz/plt/highlightjs.html b/pyssg.xyz/plt/highlightjs.html index 0a1ded3..bda059c 100644 --- a/pyssg.xyz/plt/highlightjs.html +++ b/pyssg.xyz/plt/highlightjs.html @@ -1,9 +1,9 @@ {%macro print()%} - + {%block gdscript_hl%}{%endblock gdscript_hl%} - + {%endmacro%} \ No newline at end of file -- cgit v1.2.3-54-g00ecf