Add a new translation_contributors front matter field

This field should list people that contributed to the translation, e.g. by fixing errors. The idea behind this field is to properly acknowledge all contributors, while still keeping the list of the original translation authors separate.
This commit is contained in:
Philipp Oppermann
2022-05-22 12:23:15 +02:00
parent afeed7477b
commit 21c5b62c38
3 changed files with 27 additions and 0 deletions

View File

@@ -587,6 +587,13 @@ main img {
color: #999999;
}
.translation_contributors {
display: block;
margin-top: 0.5rem;
font-size: 0.9rem;
opacity: 0.7;
}
.post-category {
margin-right: 0.5rem;
text-transform: uppercase;