Signed-off-by: Floris Renaud jkfloris@dds.nl --- 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>
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>
Signed-off-by: Floris Renaud jkfloris@dds.nl --- templates/nl/wwn.template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/nl/wwn.template
diff --git a/templates/nl/wwn.template b/templates/nl/wwn.template new file mode 100644 index 00000000..d3c397a7 --- /dev/null +++ b/templates/nl/wwn.template @@ -0,0 +1,9 @@ +<!--TITLE:[World Wine Nieuws]--> +<!--BLURB:[World Wine News]--> +<!--META_OG:[image|http://media.codeweavers.com/pub/crossover/marketing/og/wine-hq-world-wine-news.png]--> + +<h1 class="title"><i class="far fa-newspaper"></i> World Wine Nieuws</h1> + +<p class="margin-bottom-lg">Misschien wel het beste nieuws van Wine in het Engels.</p> + +<!--EXEC:[wwn]-->