make the title section a link to the homepage
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
d19b27c574
commit
560a22cc67
|
@ -1,4 +1,5 @@
|
|||
*.html
|
||||
/site/sitemap.xml
|
||||
/site/news/index*
|
||||
/site/sitemap.md
|
||||
/site/push
|
||||
|
|
|
@ -96,6 +96,10 @@ html, ul, #TOC
|
|||
display: none;
|
||||
}
|
||||
|
||||
div.title:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (min-width:60em)
|
||||
{
|
||||
.title-logo{display:none; background:none;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue