From 8966fdc3490bcad634de1c8e62369b2f9f249a3d Mon Sep 17 00:00:00 2001 From: Erik Huelsmann <ehuels@gmail.com> Date: Fri, 12 Oct 2018 13:48:52 +0000 Subject: [PATCH] Link the news box heading to the news page --- content/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.html b/content/index.html index c68d369..4d69fc8 100644 --- a/content/index.html +++ b/content/index.html @@ -27,7 +27,7 @@ <script src="https://www.reddit.com/r/lisp/.embed?limit=5&t=all" type="text/javascript"></script> <div id="clnet-news"> - <h2 style="padding-top: 10px;">Latest Common-Lisp.net news</h2> + <h2 style="padding-top: 10px;"><a href="/news">Latest Common-Lisp.net news</a></h2> {{> newsbox}} </div> -- GitLab