Adds link to info page.
This commit is contained in:
parent
576ca69b44
commit
78879d3649
2 changed files with 12 additions and 1 deletions
|
@ -7,6 +7,16 @@ body#h5ai-info {
|
|||
max-width: 600px;
|
||||
text-align: center;
|
||||
|
||||
a, a:active, a:visited {
|
||||
color: @col;
|
||||
text-decoration: none;
|
||||
.transition(all 0.2s ease-in-out);
|
||||
|
||||
&:hover {
|
||||
color: @col-hover;
|
||||
}
|
||||
}
|
||||
|
||||
.build-version {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -19,7 +19,8 @@ html.no-js( lang="en" )
|
|||
|
||||
body#h5ai-info
|
||||
|
||||
h1 {{pkg.name}}
|
||||
h1
|
||||
a( href="http://larsjung.de/h5ai/" ) {{pkg.name}}
|
||||
span.build-version version {{pkg.version}}
|
||||
span.build-stamp {{stamp}}
|
||||
span.idx-file Index File:
|
||||
|
|
Loading…
Add table
Reference in a new issue