Skip to content

Commit 7a010fa

Browse files
committed
Fix page title for events
1 parent 33904e3 commit 7a010fa

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Site settings
22
title: CollabCamp
3-
title_for_events: Collaboration Lab Camp
43
keywords: "collaboration, sharing, openness, sharing economy, hacking, making the world a better place"
54
description: > # this means to ignore newlines until the next key
65
CollabCamp events bring together social entrepreneurs, sharers, hackers,
@@ -19,7 +18,7 @@ social:
1918
github: collabcamp
2019
hashtag: CollabCamp
2120

22-
# Site Frontpage
21+
# Site frontpage
2322
frontpage:
2423
video_url: "https://youtube.com/embed/TH1DUUjjuGY"
2524
#description: you may override the frontpage description here

_layouts/event.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endif %}
1212

1313
<header class="event-header">
14-
<h1 class="event-title">{{ site.title_for_events }} {{ page.city }} {{ page.starts | date: '%Y' }}</h1>
14+
<h1 class="event-title">{{ page.title }}</h1>
1515
</header>
1616

1717
<article class="event-content">

events/2014-10-amsterdam.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: event
33

4+
title: Collaboration Lab Camp 2014 Amsterdam
45
starts: 4 Oct 2014
56
ends: 8 Oct 2014
67
city: Amsterdam

events/2015-05-paris.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: event
33

4+
title: Collaboration Lab Camp 2015 Paris
45
starts: 22 May 2015
56
ends: 25 May 2015
67
city: Paris

0 commit comments

Comments
 (0)