[Design] Style Archives page. Make header a link.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user