Add link to the index page on download page
This commit is contained in:
parent
1b72004d7f
commit
3c6cea7993
2 changed files with 5 additions and 2 deletions
|
@ -49,8 +49,11 @@ html {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
header > .text-title {
|
||||
header > .text-title,
|
||||
.text-title > a {
|
||||
font-size: 2.5rem;
|
||||
color: var(--text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<body>
|
||||
<header class="text-center">
|
||||
<h1 class="text-title">{{ config.name }}</h1>
|
||||
<h1 class="text-title"><a href="/">{{ config.name }}</a></h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
|
Reference in a new issue