Skip to content

Commit 70ad334

Browse files
committed
Add debug to check if navigation data is loading
1 parent ae9cb31 commit 70ad334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_includes/_navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393

9494
<!-- ═══ Mobile Drawer ════════════════════════════════════════ -->
9595
<nav id="easi-mobile-drawer" aria-label="Mobile navigation" aria-hidden="true">
96+
<p style="color: red; font-size: 12px;">Data size: {{ site.data.navigation | size }}</p>
9697
<ul class="easi-mobile-links" role="list">
9798
{% for link in site.data.navigation %}
9899
{% if link.side == 'left' %}

0 commit comments

Comments
 (0)