Skip to content

Commit

Permalink
PartialCached fix
Browse files Browse the repository at this point in the history
Added '.' as fix for build error: <partialChached>: wrong number of args for partialCached: want at least 2 got 1
  • Loading branch information
DanielBronk authored and onweru committed Mar 11, 2021
1 parent 7d940a9 commit 7a42577
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 @@ -6,7 +6,7 @@
<main>
{{- block "main" . }}{{ end }}
</main>
{{- partialCached "icons" }}
{{- partialCached "icons" . }}
{{- partialCached "footer" . }}
</body>
</html>

0 comments on commit 7a42577

Please sign in to comment.