Signed-off-by: Floris Renaud jkfloris@dds.nl --- templates/nl/news.template | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/templates/nl/news.template b/templates/nl/news.template index ae3ab525..c14ad173 100644 --- a/templates/nl/news.template +++ b/templates/nl/news.template @@ -1,7 +1,17 @@ <!--TITLE:[Nieuws]-->
-<h1 class="title">Nieuws</h1> +<h1 class="title"><i class="far fa-newspaper"></i> Nieuws</h1> + +<p class="margin-bottom-lg"> + Het laatste nieuws van Wine.<br> + Meer nieuwsberichten staan in het + <a href="{$root}/wwn"><i class="fas fa-newspaper"></i> World Wine Nieuwsarchief</a> +</p>
<!--EXEC:[news]-->
<hr> + +<div class="link-container"> + <a href="{$root}/news/rss"><i class="fas fa-rss-square"></i> WineHQ Nieuws RSS Feed</a> +</div>