Skip to content

Commit

Permalink
Merge pull request devopsdays#86 from masteinhauser/add-year-to-event…
Browse files Browse the repository at this point in the history
…-header

Former-commit-id: d6891a3
  • Loading branch information
mattstratton committed Mar 28, 2016
2 parents 02ee938 + c5f6f42 commit cef0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/event/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class = "container-fluid">
<div class="row">
<div class="col-md-8">
<h1> {{ $e.city }} - {{ title .Title }} </h1>
<h1> {{ $e.city }} {{ $e.year }} - {{ title .Title }} </h1>
<!-- Main navigation -->
<div class="submenu">
<h3>
Expand Down

0 comments on commit cef0055

Please sign in to comment.