diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-09-26 03:35:41 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-09-26 03:35:41 +0300 |
commit | ae0525c25ba7c00ec688c5006a931ce68485d366 (patch) | |
tree | c00203ba0b37b6640fb0d96e052b8ce8a6372d3c /templates/index.html | |
parent | 6f51927e180fe6c6ea88806d245bd886df23f53a (diff) |
A lot of good changes, my site looks like my rice X11 DWM now.
Changes to be committed:
modified: config.toml
modified: content/about.md
modified: content/posts/code_test.md
modified: content/posts/some_cool_stuff.md
modified: sass/_normalize.scss
modified: sass/_predefined.scss
deleted: sass/_syntax.scss
modified: sass/style.scss
new file: static/auto-render.min.js
modified: static/browserconfig.xml
new file: static/fonts/KaTeX_AMS-Regular.ttf
new file: static/fonts/KaTeX_AMS-Regular.woff
new file: static/fonts/KaTeX_AMS-Regular.woff2
new file: static/fonts/KaTeX_Caligraphic-Bold.ttf
new file: static/fonts/KaTeX_Caligraphic-Bold.woff
new file: static/fonts/KaTeX_Caligraphic-Bold.woff2
new file: static/fonts/KaTeX_Caligraphic-Regular.ttf
new file: static/fonts/KaTeX_Caligraphic-Regular.woff
new file: static/fonts/KaTeX_Caligraphic-Regular.woff2
new file: static/fonts/KaTeX_Fraktur-Bold.ttf
new file: static/fonts/KaTeX_Fraktur-Bold.woff
new file: static/fonts/KaTeX_Fraktur-Bold.woff2
new file: static/fonts/KaTeX_Fraktur-Regular.ttf
new file: static/fonts/KaTeX_Fraktur-Regular.woff
new file: static/fonts/KaTeX_Fraktur-Regular.woff2
new file: static/fonts/KaTeX_Main-Bold.ttf
new file: static/fonts/KaTeX_Main-Bold.woff
new file: static/fonts/KaTeX_Main-Bold.woff2
new file: static/fonts/KaTeX_Main-BoldItalic.ttf
new file: static/fonts/KaTeX_Main-BoldItalic.woff
new file: static/fonts/KaTeX_Main-BoldItalic.woff2
new file: static/fonts/KaTeX_Main-Italic.ttf
new file: static/fonts/KaTeX_Main-Italic.woff
new file: static/fonts/KaTeX_Main-Italic.woff2
new file: static/fonts/KaTeX_Main-Regular.ttf
new file: static/fonts/KaTeX_Main-Regular.woff
new file: static/fonts/KaTeX_Main-Regular.woff2
new file: static/fonts/KaTeX_Math-BoldItalic.ttf
new file: static/fonts/KaTeX_Math-BoldItalic.woff
new file: static/fonts/KaTeX_Math-BoldItalic.woff2
new file: static/fonts/KaTeX_Math-Italic.ttf
new file: static/fonts/KaTeX_Math-Italic.woff
new file: static/fonts/KaTeX_Math-Italic.woff2
new file: static/fonts/KaTeX_SansSerif-Bold.ttf
new file: static/fonts/KaTeX_SansSerif-Bold.woff
new file: static/fonts/KaTeX_SansSerif-Bold.woff2
new file: static/fonts/KaTeX_SansSerif-Italic.ttf
new file: static/fonts/KaTeX_SansSerif-Italic.woff
new file: static/fonts/KaTeX_SansSerif-Italic.woff2
new file: static/fonts/KaTeX_SansSerif-Regular.ttf
new file: static/fonts/KaTeX_SansSerif-Regular.woff
new file: static/fonts/KaTeX_SansSerif-Regular.woff2
new file: static/fonts/KaTeX_Script-Regular.ttf
new file: static/fonts/KaTeX_Script-Regular.woff
new file: static/fonts/KaTeX_Script-Regular.woff2
new file: static/fonts/KaTeX_Size1-Regular.ttf
new file: static/fonts/KaTeX_Size1-Regular.woff
new file: static/fonts/KaTeX_Size1-Regular.woff2
new file: static/fonts/KaTeX_Size2-Regular.ttf
new file: static/fonts/KaTeX_Size2-Regular.woff
new file: static/fonts/KaTeX_Size2-Regular.woff2
new file: static/fonts/KaTeX_Size3-Regular.ttf
new file: static/fonts/KaTeX_Size3-Regular.woff
new file: static/fonts/KaTeX_Size3-Regular.woff2
new file: static/fonts/KaTeX_Size4-Regular.ttf
new file: static/fonts/KaTeX_Size4-Regular.woff
new file: static/fonts/KaTeX_Size4-Regular.woff2
new file: static/fonts/KaTeX_Typewriter-Regular.ttf
new file: static/fonts/KaTeX_Typewriter-Regular.woff
new file: static/fonts/KaTeX_Typewriter-Regular.woff2
new file: static/katex.min.css
new file: static/katex.min.js
modified: templates/404.html
modified: templates/index.html
modified: templates/macros.html
modified: templates/page.html
modified: templates/section.html
modified: templates/shortcodes/youtube.html
modified: templates/tags/list.html
modified: templates/tags/single.html
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 9144fc0..746f8ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,8 +67,8 @@ <title>{{ config.title }}</title> {% endif %} - {% if config.generate_feed %} - <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path=config.feed_filename, trailing_slash=false) }}"> + {% if config.generate_feeds %} + <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path=config.feed_filenames[0], trailing_slash=false) }}"> {% endif %} <body id="page"> @@ -77,7 +77,7 @@ {% endblock header %} {% block title %} - <div id="spotlight" class="animated fadeIn"> + <div id="spotlight" class=""> <div id="home-center"> <h1 id="home-title">{{ config.title }}</h1> <p id="home-subtitle">{{ config.extra.home_subtitle }}</p> @@ -100,9 +100,9 @@ <p>© {{ now() | date(format="%Y") }} <a href="{{ config.base_url }}">{{ config.extra.author.name }}</a> - {% if config.generate_feed %} + {% if config.generate_feeds %} · - <a href="{{ get_url(path=config.feed_filename, trailing_slash=false) }}" target="_blank" title="rss"> + <a href="{{ get_url(path=config.feed_filenames[0], trailing_slash=false) }}" target="_blank" title="rss"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"> |