File tree Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: archive
3
+ permalink: /events
4
+ title: "Events"
5
+ tagline: Belgian PowerShell User Group past events
6
+ author_profile: false
7
+ sidebar:
8
+ - title: ""
9
+ image: /assets/LOGO/RVB/rvb_logo-officiel-bepug.png
10
+ image_alt: "image"
11
+ ---
12
+
13
+ {% include group-by-array collection=site.posts field="categories" %}
14
+
15
+ {% assign posts = group_items[0] %}
16
+ < h2 id ="{{ category | slugify }} " class ="archive__subtitle "> {{ category }}</ h2 >
17
+ {% for post in posts %}
18
+ {% include archive-single.html %}
19
+ {% endfor %}
Original file line number Diff line number Diff line change 1
1
---
2
- layout: archive
3
2
permalink: /events
4
- title: "Events"
5
- tagline: Belgian PowerShell User Group past events
6
- author_profile: false
7
- sidebar:
8
- - title: ""
9
- image: /assets/LOGO/RVB/rvb_logo-officiel-bepug.png
10
- image_alt: "image"
3
+ redirect_to:
4
+ - http://bepug.odoo.com/event
11
5
---
12
-
13
- {% include group-by-array collection=site.posts field="categories" %}
14
-
15
- {% assign posts = group_items[0] %}
16
- < h2 id ="{{ category | slugify }} " class ="archive__subtitle "> {{ category }}</ h2 >
17
- {% for post in posts %}
18
- {% include archive-single.html %}
19
- {% endfor %}
You can’t perform that action at this time.
0 commit comments