Skip to content

Commit

Permalink
try deleting header placement to remove spurious tag links
Browse files Browse the repository at this point in the history
  • Loading branch information
jschrier committed Jan 7, 2024
1 parent 91618b8 commit 941a1f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ github_username: jschrier
show_excerpts: true
baseurl: /blog

header_pages:
header_pages: about.md


8 changes: 0 additions & 8 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
</span>
</label>

<div class="trigger">
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{%- endif -%}
{%- endfor -%}
</div>
</nav>
{%- endif -%}
</div>
Expand Down

0 comments on commit 941a1f6

Please sign in to comment.