mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-17 14:14:23 +01:00
Separate style and relative_url on title a tag
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="/" style="text-decoration: none;">
|
<a id="a-title" href="{{ '/' | relative_url }}">
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
</a>
|
</a>
|
||||||
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
||||||
|
|||||||
@@ -251,3 +251,7 @@ a {
|
|||||||
.cf {
|
.cf {
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-title {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user