Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
This commit is contained in:
commit
cd7aa71ffc
2 changed files with 6 additions and 4 deletions
|
@ -12,8 +12,10 @@ layout: archive
|
||||||
{% assign posts = site.posts %}
|
{% assign posts = site.posts %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for post in posts %}
|
<div class="entries-{{ page.entries_layout | default: 'list' }}">
|
||||||
{% include archive-single.html %}
|
{% for post in posts %}
|
||||||
{% endfor %}
|
{% include archive-single.html type=page.entries_layout %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% include paginator.html %}
|
{% include paginator.html %}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive__subtitle {
|
.archive__subtitle {
|
||||||
margin: 1.414em 0 0;
|
margin: 1.414em 0 0.5em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
font-size: $type-size-5;
|
font-size: $type-size-5;
|
||||||
color: $muted-text-color;
|
color: $muted-text-color;
|
||||||
|
|
Loading…
Reference in a new issue