|
@@ -1,10 +1,10 @@
|
|
{% extends "base.html" %}
|
|
{% extends "base.html" %}
|
|
-{% block title %} Archive » oz123.github.com {% endblock %}
|
|
|
|
|
|
+{% block title %} Archive » {{ site_url }} {% endblock %}
|
|
{% block content %}
|
|
{% block content %}
|
|
<div class="archive index">
|
|
<div class="archive index">
|
|
<h2>This is an archive of everything posted here ...</h2>
|
|
<h2>This is an archive of everything posted here ...</h2>
|
|
{% for entry in entries %}
|
|
{% for entry in entries %}
|
|
- <p>{{ entry.published_html }}<a title="{{ entry.permalink }}" href="{{entry.permalink}}"> {{ entry.title }}</a></p>
|
|
|
|
|
|
+ <p><a title="../{{ entry.permalink }}" href="../{{entry.permalink}}">{{entry.title }}</a></p>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
{% endblock content %}
|
|
{% endblock content %}
|