Read more chiclet
This commit is contained in:
parent
cee5389fb5
commit
3dcedcd0a3
2 changed files with 5 additions and 1 deletions
|
@ -545,6 +545,10 @@ margin on the iframe, cause it breaks stuff. */
|
|||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
.read-more {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
display: inline-block;
|
||||
margin: 0 0 5px 0;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
|
||||
</header>
|
||||
<section class="post-excerpt">
|
||||
<p>{{excerpt}}…</p>
|
||||
<p>{{excerpt}}… <a class="read-more" href="{{url}}">»</a></p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in a new issue