diff --git a/content/header/_index.md b/content/header/_index.md index af4621b..9741381 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -4,7 +4,7 @@ description: "NEAR is on a mission to empower everyone to take back control of t insert_anchor_links: "left" template: "partials/header.html" extra: - logoPath: "/images/logo_placeholder.png" + logoPath: "/images/op_logo.png" imgPath: "" --- diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..6c9be58 Binary files /dev/null and b/static/images/favicon.png differ diff --git a/static/images/logo_placeholder.png b/static/images/logo_placeholder.png deleted file mode 100644 index 2b264a4..0000000 Binary files a/static/images/logo_placeholder.png and /dev/null differ diff --git a/static/images/op_logo.png b/static/images/op_logo.png new file mode 100644 index 0000000..9d61df7 Binary files /dev/null and b/static/images/op_logo.png differ diff --git a/templates/partials/head.html b/templates/partials/head.html index 1515e14..6b851ff 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -5,6 +5,7 @@ {% set zolaVer = '0.13.0' %} + {% block title %} diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index 1e50ca3..c08242d 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -9,10 +9,10 @@
-
+
@@ -40,11 +40,11 @@ {% set link_label = header_label | striptags %} {% set link_path = header_label | split(pat="%22") | safe%} {% if header_label is containing("http") %} - + {{link_label}} {% else %} - + {{link_label}} {% endif %} @@ -98,10 +98,10 @@ From: "opacity-100 scale-100" To: "opacity-0 scale-95" --> -