Updated the files per the warning's suggestions.

This commit is contained in:
Nathan Biller
2019-10-03 09:51:30 -04:00
parent 3ec8032f53
commit 1a56baa004
6 changed files with 15 additions and 10 deletions

View File

@@ -60,20 +60,20 @@
<div class="navbar-dropdown">
{{- range .sublinks }}
<a href="{{ .url }}" class="navbar-item">
<a href="{{ .Permalink }}" class="navbar-item">
{{ .title }}
</a>
{{- end }}
</div>
</div>
{{- else if .button }}
<a href="{{ .url }}" class="navbar-item">
<a href="{{ .Permalink }}" class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
{{ .title }}
</span>
</a>
{{- else }}
<a href="{{ .url }}" class="navbar-item is-secondary">
<a href="{{ .Permalink }}" class="navbar-item is-secondary">
{{ .title }}
</a>
{{- end }}