aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Just-Read/templates/index.html')
-rw-r--r--Just-Read/templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/Just-Read/templates/index.html b/Just-Read/templates/index.html
index 39513e2..f1dab78 100644
--- a/Just-Read/templates/index.html
+++ b/Just-Read/templates/index.html
@@ -8,7 +8,7 @@
{% if loop.index == 1 %}
<article class="wrapper main">
<h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
- {{ article.summary }} <a class="more" href="{{ SITEURL }}/{{ article.url }}">read more</a>
+ {{ article.summary }} <a class="btn" href="{{ SITEURL }}/{{ article.url }}">read more →</a>
</article>
{% if loop.length > 1 %}
@@ -21,6 +21,8 @@
{% endif %}
{% endfor %}
</ol>
+
+ <p>More posts in the <a href="{{ SITEURL }}/archives.html">archive</a>.</p>
</div>
</div>
{% endblock content %} \ No newline at end of file