Read more chiclet

This commit is contained in:
John O'Nolan 2014-03-22 15:15:41 +01:00
parent cee5389fb5
commit 3dcedcd0a3
2 changed files with 5 additions and 1 deletions

View File

@ -545,6 +545,10 @@ margin on the iframe, cause it breaks stuff. */
line-height: 1.6em; line-height: 1.6em;
} }
.read-more {
text-decoration: none;
}
.post-meta { .post-meta {
display: inline-block; display: inline-block;
margin: 0 0 5px 0; margin: 0 0 5px 0;

View File

@ -26,7 +26,7 @@
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2> <h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
</header> </header>
<section class="post-excerpt"> <section class="post-excerpt">
<p>{{excerpt}}&hellip;</p> <p>{{excerpt}}&hellip; <a class="read-more" href="{{url}}">&raquo;</a></p>
</section> </section>
</article> </article>