Add ids to tags; use pygments to color JSON
This commit is contained in:
parent
f83fee99f3
commit
8f438aca2d
18 changed files with 365 additions and 211 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue