mirror of
https://github.com/welpo/tabi.git
synced 2026-06-17 08:47:34 +02:00
✨ feat(footer): add configurable copyright notice
- The text `$CURRENT_YEAR` will be replaced by the current year. - Can be translated. - Markdown is rendered.
This commit is contained in:
parent
d3167adb8f
commit
6ed13f036e
4 changed files with 54 additions and 12 deletions
|
|
@ -72,4 +72,9 @@ footer nav {
|
|||
.credits {
|
||||
font-size: 0.88rem;
|
||||
color: var(--meta-color);
|
||||
text-align: center;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue