Skip to content

Commit

Permalink
fix: top buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 1, 2020
1 parent 080c200 commit 8649532
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
<section class="hero is-dark is-large">
<div class="columns">
<div class="column is-8 is-offset-2">
<section class="section">
{{ partial "lang-button" . }}
{{ partial "edit-button" . }}
</section>
{{ partial "lang-button" . }}
{{ partial "edit-button" . }}
{{ block "main" . }}{{ end }}
</div>
</div>
Expand Down

0 comments on commit 8649532

Please sign in to comment.