Skip to content

Commit

Permalink
feat: add "custom/content.html" partial
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Dec 26, 2019
1 parent d442001 commit 3cc100b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/components/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@
{{- end -}}
{{- end -}}

<!-- Custom -->
{{- partial "custom/content.html" . -}}

<!-- Final Content -->
{{- $Content := .Scratch.Get "Content" -}}
{{- .Scratch.Set "Content" $Content -}}
Empty file.

0 comments on commit 3cc100b

Please sign in to comment.