Skip to content

Commit 1e0f821

Browse files
Copilotjeswr
andcommitted
Move Liquid breadcrumbs conditional to its own line for readability
Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/efb97971-4519-4801-a115-f81fc719f5f7
1 parent 8b4ec93 commit 1e0f821

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
</header>
3838
<div class="event-banner" role="region" aria-label="Event announcement">
3939
<span aria-hidden="true">📣</span> <a href="https://solid26.org/">Solid26</a> — a new release of the Solid standard — launches at the <a href="https://sosy2026.eu/">Solid Symposium</a> (Apr 30 – May 1) · <a href="https://sosy2026.eu/">Solid Hackathon</a> (Apr 27 – 29) · London, 2026
40-
</div>{% if page.breadcrumbs %}
40+
</div>
41+
{% if page.breadcrumbs %}
4142
<nav class="breadcrumb" aria-label="breadcrumbs">
4243
<ol>
4344
<li><a href="/">Home</a></li>

0 commit comments

Comments
 (0)