Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
Demon000 committed Mar 24, 2024
1 parent f067db5 commit a7cb9a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ <h1>{{ page.title }}</h1>
{%- assign url = "devices/" | append: device.codename | append: "/" | relative_url %}
{%- assign match = site.pages | where: "url", url %}

{%- if match == empty %}
{%- continue %}
{%- endif %}
{%- if match != empty %}

{%- if device.vendor != lastVendor %}
{%- assign lastVendor = device.vendor %}
Expand Down Expand Up @@ -297,6 +295,7 @@ <h2 class="h2" id="{{ vendorId }}" data-vendor="{{ vendorId }}">{{ device.vendor

</div> <!-- div class="devices" -->
{% endif %}
{%- endif %}
{%- endfor %}
</div>

Expand Down

0 comments on commit a7cb9a0

Please sign in to comment.