Skip to content

Commit

Permalink
fix: partialCached to partial
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 18, 2020
1 parent a2c9cba commit f347dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<section class="hero is-dark is-large">
<div class="columns">
<div class="column is-8 is-offset-2">
{{ partialCached "check-tools" . }}
{{ partial "check-tools" . }}
{{ partial "lang-button" . }}
{{ partial "edit-button" . }}
{{ block "main" . }}{{ end }}
Expand Down

0 comments on commit f347dac

Please sign in to comment.