5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00

Update blog listing

This commit is contained in:
Neil Alexander 2018-07-13 13:04:47 +01:00
parent 19d3ba2cec
commit bbc3b29428
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@ div.blogpost div#date div#month {
}
div.blogpost div#overview div#title {
margin-bottom: 0.25em;
margin-top: 0.5em;
margin-bottom: 0.1em;
}
div.blogpost div#overview div#excerpt {

View File

@ -8,7 +8,7 @@
</div>
<div id='overview'>
<div id='title'><a href="{{ post.url }}">{{ post.title }}</a></div>
<div id='excerpt'>{{ post.excerpt }}</div>
<div id='excerpt'>{{ post.excerpt | strip_html }}</div>
</div>
</div>
{% endfor %}