diff --git a/content/anime.md b/content/anime.md index 9589a29..0ddeda2 100644 --- a/content/anime.md +++ b/content/anime.md @@ -2,7 +2,7 @@ title = "Anime Tracker" description = "Comprehensive list of anime I've watched with season progress." date = 2025-06-08 -updated = 2025-06-09 +updated = 2025-06-10 +++ {{ subheading(text="Currently Watching / Tracking") }} @@ -10,7 +10,7 @@ updated = 2025-06-09 {{ table( heading=["Name", "Current Season", "Status"], rows=[ - ["Gintama", "1", "Watching"], + ["Gintama", "2", "Watching"], ["Aharen-san wa Hakarenai", "2", "Watching"], ["Haite Kudasai, Takamine-san", "1", "Watching"], ["Fairy Tail: 100 Years Quest", "1", "Airing Paused"], diff --git a/static/assets/apple-touch-icon.png b/static/assets/apple-touch-icon.png new file mode 100644 index 0000000..f6b369c Binary files /dev/null and b/static/assets/apple-touch-icon.png differ diff --git a/static/assets/background.webp b/static/assets/background.webp index fc823d9..2a9851b 100644 Binary files a/static/assets/background.webp and b/static/assets/background.webp differ diff --git a/templates/base.html b/templates/base.html index bbaad62..f81343f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ {% block title %}{% endblock title %} - Coolans + {% block rss %} {% endblock %} @@ -89,9 +90,7 @@ -
- -
+
diff --git a/templates/shortcodes/link.html b/templates/shortcodes/link.html index 644fa4b..6a36b3a 100644 --- a/templates/shortcodes/link.html +++ b/templates/shortcodes/link.html @@ -1 +1 @@ -{{ text }} +{{ text }} diff --git a/templates/shortcodes/table.html b/templates/shortcodes/table.html index c1e6869..77c71c8 100644 --- a/templates/shortcodes/table.html +++ b/templates/shortcodes/table.html @@ -1,6 +1,6 @@
- - +
+ {% for head in heading %} @@ -9,7 +9,7 @@ {% for row in rows %} - + {% for item in row %} {% endfor %}
{{ head }}
{{ item }}