Skip to content

Commit 5d29071

Browse files
committed
Refactor navigation markup for debugging and testing purposes
1 parent f12a9a5 commit 5d29071

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_includes/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
{% endfor %}
1313
</span>
1414
</div>
15-
{% if site.dash.nav_links and site.dash.show_nav %}
16-
<nav class="site-nav">
17-
{% for link in site.dash.nav_links %}
18-
<a href="{{ link.url | relative_url }}" class="nav-link">{{ link.title }}</a>
19-
{% endfor %}
15+
<!-- DEBUG: Navigation should appear here -->
16+
<nav class="site-nav" style="display: block !important; background: red; padding: 10px;">
17+
<a href="/about/" style="color: white; margin-right: 20px;">About</a>
18+
<a href="/archive/" style="color: white; margin-right: 20px;">Archive</a>
19+
<a href="/tags/" style="color: white; margin-right: 20px;">Tags</a>
2020
</nav>
21-
{% endif %}
21+
<!-- DEBUG: End navigation -->
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)