Module: website Branch: master Commit: 9394202e0b8ac995b9ed581b8abedbd0e88511ef URL: https://source.winehq.org/git/website.git/?a=commit;h=9394202e0b8ac995b9ed58...
Author: Floris Renaud jkfloris@dds.nl Date: Tue Nov 23 00:39:29 2021 +0100
Add the news button to the Dutch website.
Signed-off-by: Floris Renaud jkfloris@dds.nl Signed-off-by: Alexandre Julliard julliard@winehq.org
---
templates/nl/home.template | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/templates/nl/home.template b/templates/nl/home.template index ea998c7f..b93cdb9e 100644 --- a/templates/nl/home.template +++ b/templates/nl/home.template @@ -114,6 +114,16 @@ </a> <div class="clear"></div>
+ <a class="winehq_menu_item appdb" href="{$root}/news"> + <span class="winehq_badge fa-4x fa-layers fa-fw"> + <i class="winehq_badge_inner fas fa-square"></i> + <i class="fa-inverse fas fa-newspaper" data-fa-transform="shrink-6"></i> + </span> + <span class="title">Nieuws</span> + <span class="subtitle">Wat is er laatst gebeurd?</span> + </a> + <div class="clear"></div> + <a class="winehq_menu_item appdb" href="https://appdb.winehq.org"> <span class="winehq_badge fa-4x fa-layers fa-fw"> <i class="winehq_badge_inner fas fa-square"></i> @@ -166,6 +176,10 @@
<!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> meer nieuws...</a></p> + <p> + <a href="{$root}/news" class="btn btn-default"><i class="fas fa-chevron-right"></i> Nieuwsarchief</a> + + <a href="{$root}/wwn" class="btn btn-default"><i class="fas fa-newspaper"></i> World Wine Nieuws</a> + </p>
</div>