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:
welpo 2023-08-18 23:00:05 +02:00
parent d3167adb8f
commit 6ed13f036e
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
4 changed files with 54 additions and 12 deletions

View file

@ -72,4 +72,9 @@ footer nav {
.credits {
font-size: 0.88rem;
color: var(--meta-color);
text-align: center;
p {
margin: 0;
}
}