Skip to content

Commit

Permalink
fix: breadcrumb style
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 2, 2020
1 parent c8a474e commit 58366c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

{{- if eq .node .start -}}
<li class="is-active">
<button class="button is-static">
<button class="button is-dark is-outlined is-focused">
<a href="#" aria-current="page">{{- .node.LinkTitle -}}</a>
</button>
</li>
{{- else -}}
<li>
<button class="button is-text">
<button class="button is-dark is-outlined is-text">
<a href="{{- .node.Permalink -}}">{{- .node.LinkTitle -}}</a>
</button>
</li>
Expand Down

0 comments on commit 58366c6

Please sign in to comment.