diff options
Diffstat (limited to '_includes/frontpage')
-rw-r--r-- | _includes/frontpage/wiki | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_includes/frontpage/wiki b/_includes/frontpage/wiki index 5f8d818..e4f1c90 100644 --- a/_includes/frontpage/wiki +++ b/_includes/frontpage/wiki @@ -1,5 +1,9 @@ <table class="table table-striped frontpage-table"> - {% for post in site.data.wiki.updates limit:5 %} + <tr> + <td class="frontpage-table-wiki-title"><a href="https://wiki.gentoo.org/wiki/Project:Security/Vulnerabilities/MDS_-_Microarchitectural_Data_Sampling_aka_ZombieLoad" title="What you need to know about Microarchitectural Data Sampling (MDS) vulnerability and Gentoo Linux">Microarchitectural Data Sampling (MDS) aka ZombieLoad</a></td> + <td>started by Whissi</td> + </tr> + {% for post in site.data.wiki.updates limit:4 %} <tr> <td class="frontpage-table-wiki-title"><a href="{{ post.uri }}" rel="nofollow">{{ post.title }}</a></td> <td>started by {{ post.author }}</td> |