Add ids to tags; use pygments to color JSON

This commit is contained in:
Joakim Hellsén 2025-09-07 22:31:31 +02:00
commit 8f438aca2d
18 changed files with 365 additions and 211 deletions

View file

@ -5,13 +5,13 @@
{% endblock title %}
{% block content %}
<main>
<h1>RSS Feeds Documentation</h1>
<h1 id="page-title">RSS Feeds Documentation</h1>
<p>This page lists all available RSS feeds for TTVDrops.</p>
<section>
<h2>Available RSS Feeds</h2>
<ul>
<h2 id="available-feeds-header">Available RSS Feeds</h2>
<ul id="feeds-list">
{% for feed in feeds %}
<li>
<li id="feed-{{ forloop.counter }}">
<h3>{{ feed.title }}</h3>
<p>{{ feed.description }}</p>
<p>