diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-30 17:25:59 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-30 17:25:59 +0200 |
commit | 3be33d0311bc291fb394d4a8de313de35974f47d (patch) | |
tree | 2f0ff79511ed9259e1d84ac1af87f68a560b345a /templates/index.html | |
parent | f31b3176d064498f970c4d88ff7142a5480d6e5f (diff) |
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
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 9066226..01d448e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@ {% block header %} {% endblock header %} - + {% block title %} <div id="spotlight" class="animated fadeIn"> <div id="home-center"> @@ -52,7 +52,7 @@ </nav> {% endblock main %} </div> - + {% block footer %} <div id="home-footer"> <p>© {{ now() | date(format="%Y")}} @@ -66,7 +66,7 @@ </div> {% endblock footer %} </div> - + <script src="{{get_url(path="js/main.js")}}"></script> <!-- Math rendering --> |