-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: archive
entries_layout: grid
header:
overlay_image: "/assets/2020/11/aditya-chinchure-p0D5zWMaEa0-unsplash-1500px.jpg"
caption: "Photo by <a href='https://unsplash.com/photos/p0D5zWMaEa0'>Aditya
Chinchure</a>"
actions:
- label: Get in touch
url: /about/
tagline: "A collaborative community building new collective housing
projects in Vancouver, British Columbia."
---
Lorem ipsum resource dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Pellentesque diam volutpat
commodo sed egestas egestas fringilla.
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% if paginator %}
{% assign posts = paginator.posts %}
{% else %}
{% assign posts = site.posts %}
{% endif %}
{% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}">
{% for post in posts %}
{% include archive-single.html type=entries_layout %}
{% endfor %}
</div>
{% include paginator.html %}