We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a9a5 commit 5d29071Copy full SHA for 5d29071
1 file changed
_includes/header.html
@@ -12,12 +12,12 @@
12
{% endfor %}
13
</span>
14
</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 %}
+ <!-- DEBUG: Navigation should appear here -->
+ <nav class="site-nav" style="display: block !important; background: red; padding: 10px;">
+ <a href="/about/" style="color: white; margin-right: 20px;">About</a>
+ <a href="/archive/" style="color: white; margin-right: 20px;">Archive</a>
+ <a href="/tags/" style="color: white; margin-right: 20px;">Tags</a>
20
</nav>
21
- {% endif %}
+ <!-- DEBUG: End navigation -->
22
23
0 commit comments