diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 000000000..59d2da489 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,75 @@ + + + + {{- partial "head.html" . -}} + + + + +
+ +
+ + {{ i18n "nav.skip_to_main" }} + +
+ + {{ $layout := default "basic" .Site.Params.header.layout }} + {{ $exists := printf "partials/header/%s.html" $layout }} + {{ $call := printf "header/%s.html" $layout }} + {{ if templates.Exists $exists }} + {{ partial $call . }} + {{ else }} + {{ partial "header/basic.html" . }} + {{ end }} + +
+
+ {{ block "main" . }}{{ end }} + {{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 1) }} + {{- partial "scroll-to-top.html" . -}} + {{ end }} +
+ + {{- partial "footer.html" . -}} + + {{ if .Site.Params.enableSearch | default false }} + {{- partial "search.html" . -}} + {{ end }} +
+ +
+ + + + diff --git a/static/logo-ai-new.webp b/static/logo-ai-new.webp new file mode 100644 index 000000000..b4d57777e Binary files /dev/null and b/static/logo-ai-new.webp differ diff --git a/static/logo-ai.webp b/static/logo-ai.webp new file mode 100644 index 000000000..2ae88cf45 Binary files /dev/null and b/static/logo-ai.webp differ