From 3be33d0311bc291fb394d4a8de313de35974f47d Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:25:59 +0200 Subject: Infrastructure coming together. Changes to be committed: modified: README.md modified: config.toml modified: content/about.md new file: content/posts/How I made this Blog with Zola.md modified: content/posts/_index.md modified: content/posts/code_test.md deleted: content/posts/good_first_post.md deleted: content/posts/later_posts.md modified: content/posts/typography.md modified: rsync_to_testing new file: static/diffusion.pdf new file: static/nst.pdf modified: templates/index.html modified: templates/page.html --- templates/page.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index bd58389..9dfe800 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,7 +10,7 @@ {{ config.title }} - + {% for menu_item in config.extra.hermit_menu %} {{ menu_item.name }} {% endfor %} @@ -64,9 +64,9 @@ {% endif %} {% if page.extra.toc %} - @@ -82,7 +82,7 @@ - + {{ page.content | safe }} @@ -126,7 +126,7 @@ {% endif %} - + {% if page.later %} @@ -152,7 +152,7 @@ /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ - + (function() { // DON'T EDIT BELOW THIS LINE var disqus_config = function () { this.page.url = "{{ page.permalink }}"; // Replace PAGE_URL with your page's canonical URL variable -- cgit v1.2.3