Skip to content

Commit 5030adc

Browse files
committed
refactor: move file
1 parent 9ced38e commit 5030adc

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="{{ .Site.Language.Lang }}">
33
{{ partial "head/head.html" . }}
44
<body>
5-
{{- partial "shared/header.html" . -}}
5+
{{- partial "header.html" . -}}
66
{{- block "main" . -}}{{- end -}}
7-
{{- partial "shared/footer.html" . -}}
7+
{{- partial "footer.html" . -}}
88
</body>
99
</html>
File renamed without changes.
File renamed without changes.

themes/up-business-theme

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)