65 lines
1.5 KiB
HTML
65 lines
1.5 KiB
HTML
|
---
|
||
|
layout: default
|
||
|
title: Archive
|
||
|
permalink: /archive.html
|
||
|
exclude_from_nav: false
|
||
|
---
|
||
|
|
||
|
<div style="margin: 1rem auto;">
|
||
|
|
||
|
<h1 class="archive-header"></h1>
|
||
|
<div class="wf-container" style="margin-top: 80px;">
|
||
|
|
||
|
|
||
|
{% for post in site.posts %}
|
||
|
{% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %}
|
||
|
{% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %}
|
||
|
{% if month != nmonth %}
|
||
|
{% if forloop.index != 1 %}</ul>{% endif %}
|
||
|
|
||
|
|
||
|
{% endif %}
|
||
|
|
||
|
|
||
|
<div class="wf-box">
|
||
|
<a id="route" href="{{ post.url | prepend: site.baseurl }}">
|
||
|
|
||
|
<div class="tglgede" style="
|
||
|
background-color: rgba(105, 105, 105, 0.44);
|
||
|
background-image: url(http://marolafashionable.com/catalog/view/theme/agnes/image/layout/shadows/blur_black.png), url({{post.image.url}});
|
||
|
background-position: center bottom, left top;
|
||
|
background-repeat: no-repeat;
|
||
|
">
|
||
|
<p style="
|
||
|
background-color: rgba(0, 0, 0, 0.57);
|
||
|
padding: 30%;
|
||
|
color: #DADADA;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
margin-bottom: 0;
|
||
|
">
|
||
|
{{ post.date | date: '%B %Y' }}
|
||
|
</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</a>
|
||
|
<div class="content">
|
||
|
<a id="route" href="{{ post.url | prepend: site.baseurl }}">
|
||
|
<h3 style="padding: 5px 8px;
|
||
|
margin-bottom: 0;
|
||
|
background-color: #00bc8c;
|
||
|
color: #fff;
|
||
|
font-size: 15px;">{{ post.title }}</h3>
|
||
|
</a>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
{% endfor %}
|
||
|
</div>
|
||
|
</div>
|