File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="{{ .Site.LanguageCode }} "{{ if and .Site.Params.enableDarkMode .Site.Params.overrideSystemPreferences }}{{ with .Site.Params.defaultTheme | default "light" }} data-theme="{{ . }} "{{ end }}{{ end }} >
3+ {{ partial "head.html" . }}
4+ < body >
5+ < div class ="container ">
6+ {{ partial "header.html" . }}
7+ {{ if ne .Site.Params.headerLayout "flex" }}
8+ {{ if or (and .IsHome .Site.Params.displayMenuInHome) (and (not .IsHome) .Site.Params.enableMenu) }}
9+ {{ partial "menu.html" . }}
10+ {{ end }}
11+ {{ partial "components/multilingual.html" . }}
12+ {{ partial "components/dark-mode.html" . }}
13+ {{ end }}
14+ {{ block "main" . }}{{ end }}
15+ {{ partial "components/back-to-top.html" . }}
16+ {{ partial "custom/footer.html" . }}
17+ </ div >
18+ {{ partial "components/service-worker.html" . }}
19+ {{ partial "third-party/script.html" . }}
20+ </ body >
21+ </ html >
Original file line number Diff line number Diff line change 5151
5252}
5353
54+ .footer-title {
55+ margin : 0 ;
56+ text-align : left;
57+ }
5458
5559@media (max-width : 768px ) {
5660 .footer-container {
You can’t perform that action at this time.
0 commit comments