File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 33
33
< div class ="container ">
34
34
{{ block "main" . }} {{ end }}
35
35
36
- {{ if site.Params.zenMode }}
37
- < footer class ="flex justify-between items-center gap-2 max-w-[65ch] mx-auto px-4 md:px-0 py-12 ">
38
- {{ else }}
39
- < footer class ="flex justify-between items-center gap-2 px-4 py-12 ">
40
- {{ end }}
41
- {{ partial "footerLeft.html" . }}
42
- {{ partial "footerRight.html" . }}
43
- </ footer >
36
+ {{ partial "footer.html" . }}
44
37
</ div >
45
38
</ div >
46
39
< div class ="back ">
50
43
{{ else }}
51
44
{{ partial "back.html" . }}
52
45
{{ end }}
46
+
47
+ {{ partial "footer.html" . }}
53
48
</ div >
54
49
</ div >
55
50
</ div >
Original file line number Diff line number Diff line change
1
+ {{ if site.Params.zenMode }}
2
+ < footer class ="flex justify-between items-center gap-2 max-w-[65ch] mx-auto px-4 md:px-0 py-12 ">
3
+ {{ else }}
4
+ < footer class ="flex justify-between items-center gap-2 px-4 py-12 ">
5
+ {{ end }}
6
+ {{ partial "footerLeft.html" . }}
7
+ {{ partial "footerRight.html" . }}
8
+ </ footer >
You can’t perform that action at this time.
0 commit comments