Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
 - 
{{- dateFormat "Jan 2, 2006" .enddate -}}<br/>
</span>
<span class="homepage-grid-city">{{ .city }}</span>
<span class="homepage-grid-city"><a href = "/events/{{ .name }}">{{ .city }}</a></span>
<br/>
{{- if .description -}}
{{- if ne .description "" -}}
Expand Down
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/site.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions static/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ a.footer-content {
color: #000000;
}

.homepage-grid-city a {
color: #000000;
}

.homepage-grid-desc {
font-family: 'Roboto', sans-serif;
font-weight: 300;
Expand Down