Skip to content

Commit c233ff0

Browse files
committed
Some little tweaks to #519
1 parent 4b50591 commit c233ff0

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

_layouts/events.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
---
44

55
{% include events-training-list-top.html collection=paginator.events %}
6-
<div class="org-scala-event">
7-
{{content}}
8-
</div>
96

7+
{{content}}
108
</div>
119

12-
{% include paginator.html urlPath="events" %}
13-
</div>
10+
{% include paginator.html urlPath="events" %}
11+
</div>

_layouts/pastevents.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
---
44

55
{% include events-training-list-top.html collection=paginator.events %}
6-
<div class="org-scala-event">
7-
{{content}}
8-
</div>
96

7+
{{content}}
108
</div>
119

1210
{% include paginator.html urlPath="pastevents" %}

events/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ paginate:
1212
title_suffix: ""
1313
---
1414

15-
<h2>Organizing a Scala Event?</h2>
15+
<div class="org-scala-event">
16+
<h2>Organizing a Scala Event?</h2>
1617

17-
If you are considering organizing a Scala-related conference, we maintain a private spreadsheet of announced and pre-announcement conferences to help organizers co-ordinate their plans, and avoid choosing conflicting dates for their events.
18+
If you are considering organizing a Scala-related conference, we maintain a private spreadsheet of announced and pre-announcement conferences to help organizers co-ordinate their plans, and avoid choosing conflicting dates for their events.
1819

19-
To gain access to the spreadsheet, and share your plans, please contact <a href="https://twitter.com/propensive/">Jon Pretty</a>.
20+
To gain access to the spreadsheet, and share your plans, please contact <a href="https://twitter.com/propensive/">Jon Pretty</a>.
21+
</div>
2022

21-
<br>
22-
<hr>
23-
Past events can be found <a href="/pastevents/">here</a>
23+
<h2>Looking for Past Events?</h2>
24+
25+
Past events can be found <a href="/pastevents/">here</a>.

pastevents/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ paginate:
1313
title_suffix: ""
1414
---
1515

16-
<h2>Organizing a Scala Event?</h2>
16+
<div class="org-scala-event">
17+
<h2>Organizing a Scala Event?</h2>
1718

18-
If you are considering organizing a Scala-related conference, we maintain a private spreadsheet of announced and pre-announcement conferences to help organizers co-ordinate their plans, and avoid choosing conflicting dates for their events.
19+
If you are considering organizing a Scala-related conference, we maintain a private spreadsheet of announced and pre-announcement conferences to help organizers co-ordinate their plans, and avoid choosing conflicting dates for their events.
1920

20-
To gain access to the spreadsheet, and share your plans, please contact <a href="https://twitter.com/propensive/">Jon Pretty</a>.
21+
To gain access to the spreadsheet, and share your plans, please contact <a href="https://twitter.com/propensive/">Jon Pretty</a>.
22+
</div>
23+
24+
<h2>Looking for Upcoming Events?</h2>
2125

22-
<br>
23-
<hr>
2426
Go back to the <a href="/events/">events</a> page.

0 commit comments

Comments
 (0)