Remove tag prefix from html, head, body partials
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
{{ $attrs = delimit (sort $attrs) " " }}
|
||||
|
||||
<!doctype html>
|
||||
{{ partial "paige/tag-html.html" $page }}
|
||||
{{ partial "paige/tag-head.html" $page }}
|
||||
{{ partial "paige/tag-body.html" $page }}
|
||||
{{ partial "paige/html.html" $page }}
|
||||
{{ partial "paige/head.html" $page }}
|
||||
{{ partial "paige/body.html" $page }}
|
||||
|
||||
{{ partial "paige/func-include.html" (dict "name" "body-first%s.html" "page" $page) }}
|
||||
|
||||
|
Reference in New Issue
Block a user