From 51b53dc54ff6451775df5e90d3cd9938b68b9462 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 22 Jan 2025 11:25:40 +0000 Subject: [PATCH] make the title section a link to the homepage Signed-off-by: Leah Rowe --- .gitignore | 2 +- site/global.css | 4 ++++ site/template.de.include | 4 ++-- site/template.include | 4 ++-- site/template.it.include | 4 ++-- site/template.uk.include | 4 ++-- site/template.zh-cn.include | 4 ++-- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 53e5469..aa3b895 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.html +/site/sitemap.xml /site/news/index* /site/sitemap.md -/site/sitemap.xml /site/push *feed.xml *.sha1sum diff --git a/site/global.css b/site/global.css index 9737081..8345983 100644 --- a/site/global.css +++ b/site/global.css @@ -96,6 +96,10 @@ html, ul, #TOC display: none; } +div.title:hover { + cursor: pointer; +} + @media (min-width:60em) { .title-logo{display:none; background:none;} diff --git a/site/template.de.include b/site/template.de.include index 1c89ccc..4758c1d 100644 --- a/site/template.de.include +++ b/site/template.de.include @@ -56,9 +56,9 @@ $include-before$ $endfor$ $if(title)$
-
+

$title$

diff --git a/site/template.include b/site/template.include index 47b1f04..8deb951 100644 --- a/site/template.include +++ b/site/template.include @@ -56,9 +56,9 @@ $include-before$ $endfor$ $if(title)$
-
+

$title$

diff --git a/site/template.it.include b/site/template.it.include index 2ea72ec..4e8c168 100644 --- a/site/template.it.include +++ b/site/template.it.include @@ -56,9 +56,9 @@ $include-before$ $endfor$ $if(title)$
-
+

$title$

diff --git a/site/template.uk.include b/site/template.uk.include index d98ae1a..c2eaf67 100644 --- a/site/template.uk.include +++ b/site/template.uk.include @@ -56,9 +56,9 @@ $include-before$ $endfor$ $if(title)$
-
+

$title$

diff --git a/site/template.zh-cn.include b/site/template.zh-cn.include index 301b689..c192168 100644 --- a/site/template.zh-cn.include +++ b/site/template.zh-cn.include @@ -56,9 +56,9 @@ $include-before$ $endfor$ $if(title)$
-
+

$title$