Skip to content

Commit

Permalink
Brings footer up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Mar 25, 2024
1 parent 3b3b095 commit 38dd45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
{%- assign module_parts = page.url | split: "/" -%}
{%- assign module_name = module_parts[2] | default: "index" -%}
{%- assign module_name = page.id | default: page.title -%}
{%- assign navigation = site.data.navigation['modules'] -%}
{%- assign module = navigation[module_name] -%}
{%- if titles_size > 0 -%}
Expand Down

0 comments on commit 38dd45d

Please sign in to comment.