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

Commit e98272c

Browse files
committed
Fix city name style
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent a5e6a2c commit e98272c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/events/event_navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2">
44
<span class="navbar-toggler-icon"></span>
55
</button>
6-
<a href="{{ (printf "events/%s" $e.name) | absURL }}" class="navbar-brand">{{ $e.city }}</a>
6+
<a href="{{ (printf "events/%s" $e.name) | absURL }}" class="nav-link">{{ $e.city }}</a>
77
<div class="navbar-collapse collapse" id="navbar2">
88
<ul class="navbar-nav">
99
{{- if $e.nav_elements -}}

0 commit comments

Comments
 (0)