mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-03-06 13:46:05 -05:00
Reverse row order (QubesOS/qubes-issues#2703)
This commit is contained in:
parent
f35df679d4
commit
7a9fd53911
@ -67,7 +67,7 @@ Tracker
|
||||
<th title="Xen Security Advisory">XSA</th>
|
||||
<th>Is Qubes Affected?</th>
|
||||
</tr>
|
||||
{% for xsa in site.data.xsa %}
|
||||
{% for xsa in site.data.xsa reversed %}
|
||||
<tr id="{{ xsa.xsa }}">
|
||||
<td><a href="#{{ xsa.xsa }}" class="fa fa-link black-icon" title="Anchor link to tracker row: XSA-{{ xsa.xsa }}"></a></td>
|
||||
<td>{{ xsa.date }}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user