fix header links in build and gh pages
This commit is contained in:
@@ -19,7 +19,7 @@ extra:
|
|||||||
|
|
||||||
<button>
|
<button>
|
||||||
|
|
||||||
[Our Partners](/partners)
|
[Our Partners](partners)
|
||||||
<br>
|
<br>
|
||||||
Explore Our Partners
|
Explore Our Partners
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
{%- set section = get_section(path="header/_index.md") %}
|
{%- set section = get_page(path="header/index.md") %}
|
||||||
{% set header_items = section.content | safe | split(pat="<li>") %}
|
{% set header_items = section.content | safe | split(pat="<li>") %}
|
||||||
|
|
||||||
<header id="header-container">
|
<header id="header-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user