diff --git a/templates/partials/header.html b/templates/partials/header.html index 0b7a5934a..a424be16e 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -1,15 +1,13 @@ {%- set section = get_section(path="header/_index.md") %} {% set header_items = section.content | safe | split(pat="
  • ") %} -{% set base = config.base_url %} -{% set logo_path = base ~ '/' ~ section.extra.logoPath %}
    @@ -40,13 +38,8 @@ {{link_label}} - {% elif base is containing("www_threefold_io") %} - {% set path = base ~ link_path[1] %} - - {{link_label}} - {% else %} - + {{link_label}} {% endif %} @@ -110,9 +103,8 @@
    - {% set btn_path = base ~ section.extra.button_Path %} {{link_label}} - {% elif base is containing("www_threefold_io") %} - {% set path = base ~ link_path[1] %} - - {{link_label}} - {% else %} - + {{link_label}} {% endif %} @@ -203,7 +190,7 @@ {%- set logoPath = section.extra.logoPath %}
    - Company name + Company name

    {{section.description}}