Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnusskeks committed Jul 24, 2014
1 parent 8eb7237 commit d1ab30b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _assets/javascripts/venue.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ L.control.zoom({position: 'bottomleft'}).addTo(map);
L.marker([50.9352007, 7.00926661],
{ bounceOnAdd: true, bounceOnAddOptions: {duration: 1000, height: 200}}
).addTo(map)
.bindPopup('<b>Railscamp Germany 2014</b> <br> <span>July 27/28, 2013</span> <br> Abenteuerhallen Kalk, Cologne');
.bindPopup('<b>RailsCamp Germany 2014</b> <br> <span>September 26 - 28, 2014</span> <br> Abenteuerhallen Kalk, Cologne');

if (isMobile()) {
map.dragging.disable();
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{% include icons.html %}

<link rel="alternate" type="application/atom+xml" title="Railscamp Germany 2014 Updates" href="/blog/feed.xml" />
<link rel="alternate" type="application/atom+xml" title="RailsCamp Germany 2014 Updates" href="/blog/feed.xml" />
</head>
<body>
<header>
Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Blog | Railscamp Germany 2014
title: Blog | RailsCamp Germany 2014
---
<div class="hero blog pure-g-r">
<div class="pure-u-1">
Expand Down
2 changes: 1 addition & 1 deletion coc/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Code of conduct | Railscamp Germany 2014
title: Code of conduct | RailsCamp Germany 2014
---

<div class="hero coc pure-g-r">
Expand Down
2 changes: 1 addition & 1 deletion newsletter/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Railscamp Germany 2014
title: RailsCamp Germany 2014
---

<div class="hero newsletter pure-g-r">
Expand Down
2 changes: 1 addition & 1 deletion schedule/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Schedule | Railscamp Germany 2014
title: Schedule | RailsCamp Germany 2014
---

<div class="hero schedule pure-g-r">
Expand Down
2 changes: 1 addition & 1 deletion sponsors/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Sponsors | Railscamp Germany 2014
title: Sponsors | RailsCamp Germany 2014
---

<div class="hero sponsors pure-g-r">
Expand Down
2 changes: 1 addition & 1 deletion tickets/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Tickets | Railscamp Germany 2014
title: Tickets | RailsCamp Germany 2014
---

<div class="hero tickets pure-g-r">
Expand Down
2 changes: 1 addition & 1 deletion venue/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Venue | Railscamp Germany 2014
title: Venue | RailsCamp Germany 2014
---

<div class="hero venue pure-g-r">
Expand Down

0 comments on commit d1ab30b

Please sign in to comment.