Skip to content

Commit 5197606

Browse files
committed
Attempt redirect to odoo events
1 parent 6d7a62f commit 5197606

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

_pages/events copy.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 %}

_pages/events.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
---
2-
layout: archive
32
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
115
---
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 %}

0 commit comments

Comments
 (0)