Tidy sass
This commit is contained in:
parent
d57bed02ac
commit
381629c876
7 changed files with 13 additions and 43 deletions
|
@ -1,10 +1,10 @@
|
|||
{% if page.url == '/.' %}
|
||||
<div class="latest-posts">
|
||||
<div class="latest-posts__heading">Latest blog posts</div>
|
||||
<div class="latest-posts panel panel-default">
|
||||
<div class="latest-posts__heading panel-heading">Latest blog posts</div>
|
||||
|
||||
<ul>
|
||||
<ul class="list-group">
|
||||
{% for post in data.posts|slice(0, site.latest_posts) %}
|
||||
<li class="post">
|
||||
<li class="post list-group-item">
|
||||
<span class="post__title">
|
||||
<a href="{{ post.url }}">
|
||||
{{ post.title }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue