Skip to content

Commit

Permalink
theme: consistent naming #891
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Sep 13, 2024
1 parent 6291998 commit e536908
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- .Render "views/storeOutputFormat" }}
{{- end }}
{{- define "body" }}
{{- .Render "views/page" }}
{{- .Render "views/body" }}
{{- end }}
{{- define "menu" }}
{{- .Render "views/menu" }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- .Render "views/storeOutputFormat" }}
{{- end }}
{{- define "body" }}
{{- .Render "views/page" }}
{{- .Render "views/body" }}
{{- end }}
{{- define "menu" }}
{{- .Render "views/menu" }}
Expand Down
1 change: 1 addition & 0 deletions layouts/_default/views/body.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{- partial "bodys/single.html" . }}
1 change: 1 addition & 0 deletions layouts/_default/views/body.print.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{- partial "bodys/tree.html" . }}
1 change: 0 additions & 1 deletion layouts/_default/views/page.html

This file was deleted.

1 change: 0 additions & 1 deletion layouts/_default/views/page.print.html

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit e536908

Please sign in to comment.