Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Add TBD events to left sidebar
Browse files Browse the repository at this point in the history
Fixes #67

Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton committed Jan 7, 2017
1 parent 49b0f50 commit 7e8751b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/partials/future.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ <h4 class="left-nav-months">{{ dateFormat "January" .startdate }}</h4>
{{- end -}}
{{- end -}}
{{- end -}}
<h3 class="left-nav-year">TBD</h3>
{{- range $.Site.Data.events -}}
{{- if not .startdate -}}
<a href = "/events/{{ .name }}/welcome" class = "left-nav-event">{{ .city }}</a><br />
{{- end -}}
{{- end -}}

0 comments on commit 7e8751b

Please sign in to comment.