mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
Update '_layouts/home.html'
This commit is contained in:
parent
cb089026d5
commit
6608517e20
@ -16,12 +16,11 @@ layout: default
|
|||||||
{% assign posts = site.posts %}
|
{% assign posts = site.posts %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<section id="grid" class="row flex-grid">
|
||||||
|
<article class="post-list">
|
||||||
|
<div>
|
||||||
{%- if posts.size > 0 -%}
|
{%- if posts.size > 0 -%}
|
||||||
{%- if page.list_title -%}
|
{%- if page.list_title -%}
|
||||||
<section id="grid" class="row flex-grid">
|
|
||||||
<article class="post-list">
|
|
||||||
<div>
|
|
||||||
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user