Lots of style updates
This commit is contained in:
parent
6c7ba1bc57
commit
db4dceaba5
14 changed files with 194 additions and 77 deletions
|
@ -6,12 +6,12 @@ layout: default
|
|||
{% for post in site.posts %}
|
||||
<article class="post">
|
||||
<header>
|
||||
<h2>{{ post.title }}</h2>
|
||||
<h1>{{ post.title }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="entry">{{ post.content | truncatewords:50}}</div>
|
||||
<div class="entry">{{ post.content | truncatewords:40}}</div>
|
||||
|
||||
<a href="{{ post.url }}">Read More</a>
|
||||
<a href="{{ post.url }}" class="read-more">Read More</a>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue