Skip to content

Commit 5004f26

Browse files
committed
feat(credits): link to credits
1 parent 9cdebe2 commit 5004f26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

public/stylesheets/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ footer {
7474

7575
.infobox dd {
7676
margin-left: 0;
77+
}
78+
79+
.small a {
80+
font-size: 0.7em;
7781
}

views/layout.pug

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ html(lang="en")
2424
footer
2525
p.center
2626
span Copyright ©
27-
a(href="https://yellowdogman.com/imprint.html") Yellow Dog Man Studios s.r.o.
27+
a(href="https://yellowdogman.com/imprint.html") Yellow Dog Man Studios s.r.o.
28+
span.center.small
29+
a(href="/credits") Credits

0 commit comments

Comments
 (0)