make the title section a link to the homepage

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-22 11:25:40 +00:00
parent d19b27c574
commit 560a22cc67
7 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.html
/site/sitemap.xml
/site/news/index*
/site/sitemap.md
/site/push

View File

@ -96,6 +96,10 @@ html, ul, #TOC
display: none;
}
div.title:hover {
cursor: pointer;
}
@media (min-width:60em)
{
.title-logo{display:none; background:none;}

View File

@ -56,9 +56,9 @@ $include-before$
$endfor$
$if(title)$
<header>
<div class="title">
<div class="title" onclick="location.href='/index.de.html';">
<p class="title-logo">
<img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" />
<a href="/index.de.html"><img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" /></a>
</p>
<h1 class="title">$title$</h1>
</div>

View File

@ -56,9 +56,9 @@ $include-before$
$endfor$
$if(title)$
<header>
<div class="title">
<div class="title" onclick="location.href='/';">
<p class="title-logo">
<img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" />
<a href="/"><img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" /></a>
</p>
<h1 class="title">$title$</h1>
</div>

View File

@ -56,9 +56,9 @@ $include-before$
$endfor$
$if(title)$
<header>
<div class="title">
<div class="title" onclick="location.href='/index.it.html';">
<p class="title-logo">
<img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" />
<a href="/index.it.html"><img class="title-logo" alt="Canoeboot logo" src="/favicon.ico" /></a>
</p>
<h1 class="title">$title$</h1>
</div>

View File

@ -56,9 +56,9 @@ $include-before$
$endfor$
$if(title)$
<header>
<div class="title">
<div class="title" onclick="location.href='/index.uk.html';">
<p class="title-logo">
<img class="title-logo" alt="Логотип Canoeboot" src="/favicon.ico" />
<a href="/index.uk.html"><img class="title-logo" alt="Логотип Canoeboot" src="/favicon.ico" /></a>
</p>
<h1 class="title">$title$</h1>
</div>

View File

@ -56,9 +56,9 @@ $include-before$
$endfor$
$if(title)$
<header>
<div class="title">
<div class="title" onclick="location.href='/index.zh-cn.html';">
<p class="title-logo">
<img class="title-logo" alt="Canoeboot 图标" src="/favicon.ico" />
<a href="/index.zh-cn.html"><img class="title-logo" alt="Canoeboot 图标" src="/favicon.ico" /></a>
</p>
<h1 class="title">$title$</h1>
</div>