[Design] Style Archives page. Make header a link.

This commit is contained in:
2020-01-29 17:55:22 +05:30
parent 917d3addb6
commit 93bdd1885d
4 changed files with 30 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{% extends "base.html" %}
{% block left_content %}
<h1>Redacted Life</h1>
<ul>
<ul class="archives">
{% for episode in episodes %}
<li><a href="{{ episode.slug }}">{{ episode.title }}</a></li>
{% endfor %}