diff options
author | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-17 15:29:33 -0200 |
---|---|---|
committer | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-17 15:29:33 -0200 |
commit | aa50023c673fc9f786b20bfe21607b620129a5d3 (patch) | |
tree | 54be27510ef7625bc06fa2ac44959be9992daedb /Just-Read/templates/index.html | |
parent | 30b9d90eb26a576dea1f4b30bc9aa4de16e737d3 (diff) | |
download | pelican-themes-aa50023c673fc9f786b20bfe21607b620129a5d3.tar.gz |
Style for tags, codehilite, social icons
Added CSS styles for tags, color scheme for code highlighting, social links and icons, and improvements in the archive page.
Diffstat (limited to 'Just-Read/templates/index.html')
-rw-r--r-- | Just-Read/templates/index.html | 4 |
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 |