-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·45 lines (38 loc) · 1.52 KB
/
index.html
File metadata and controls
executable file
·45 lines (38 loc) · 1.52 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "Happyr developer blog"
layout: splash
date: 2016-03-23T11:48:41-04:00
pagination:
enabled: true
header:
# overlay_color: "#000"
# overlay_filter: "0.5"
overlay_image: /images/stockholm.jpg
caption: "Photo credit: **Ian Insch**"
excerpt: "Just some thoughts from some developers. <br><br><br><br>"
intro:
- excerpt: "The Happyr developer blog is maintained by Happyr.com. We share our views, our findings and things we think are interesting. "
feature_row2:
- image_path: images/github.jpg
alt: "Open source"
title: "Open source"
excerpt: "We are a strong believer in open source. We use it a every day and are happy to contribute back to the community."
url: "https://github.com/happyr"
btn_label: "To github"
btn_class: "btn--primary"
feature_row3:
- image_path: /images/symfony-cluj.jpg
title: "Symfony"
excerpt: "The Symfony community has long been the force that drives PHP developer to more modern and stable applications. Most things we do at Happyr is related to this awesome framework."
caption: "Photo credit: **SensioLabs**"
---
{% include feature_row id="intro" type="center" %}
{% include feature_row id="feature_row2" type="left" %}
{% include feature_row id="feature_row3" type="right" %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
<div class="grid__wrapper">
{% for post in paginator.posts %}
{% include archive-single.html type="grid" %}
{% endfor %}
</div>
{% include paginator.html %}