diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-17 02:50:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-17 02:50:19 +0200 |
commit | 8ec38669db2f401b26df53e3d480fa87a3bb0af4 (patch) | |
tree | bc78383e2db2310b5dedc3ecdee49753db6a5acc /_includes/frontpage | |
parent | Updates contact information for new leaders. (diff) | |
download | www-8ec38669db2f401b26df53e3d480fa87a3bb0af4.tar.gz www-8ec38669db2f401b26df53e3d480fa87a3bb0af4.tar.bz2 www-8ec38669db2f401b26df53e3d480fa87a3bb0af4.zip |
Temporary pin link to info page about MDS vulnerability
To avoid a Gentoo news item, temporary reduce list of recently
added Wiki pages to add a link to our MDS info page.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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> |