Module: website Branch: master Commit: 37d874852c38bfb10281aac39ef79eed1ec71869 URL: https://source.winehq.org/git/website.git/?a=commit;h=37d874852c38bfb10281aa...
Author: Jeremy Newman jnewman@codeweavers.com Date: Fri Oct 29 08:24:01 2021 -0500
move wwn link to top, add intro text, icon
---
templates/en/news.template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/templates/en/news.template b/templates/en/news.template index 719e0727..6c5c125d 100644 --- a/templates/en/news.template +++ b/templates/en/news.template @@ -1,15 +1,17 @@ <!--TITLE:[News]-->
-<h1 class="title">News</h1> +<h1 class="title"><i class="far fa-newspaper"></i> News</h1> + +<p class="margin-bottom-lg"> + Latest news in the Wine community.<br> + More news can be found in our + <a href="{$root}/wwn"><i class="fas fa-newspaper"></i> World Wine News Archive</a> +</p>
<!--EXEC:[news]-->
<hr>
<div class="link-container"> - <p> - <a href="{$root}/wwn"><i class="fas fa-newspaper"></i> World Wine News Archive</a> - <i class="fas fa-ellipsis-v"></i> - <a href="{$root}/news/rss"><i class="fas fa-rss-square"></i> WineHQ News RSS Feed</a> - </p> + <a href="{$root}/news/rss"><i class="fas fa-rss-square"></i> WineHQ News RSS Feed</a> </div>