feat: Support to show the author of the article

This commit is contained in:
myml 2023-02-16 11:27:56 +08:00
parent d4ba47cd21
commit 332ee3cb2d
No known key found for this signature in database
GPG key ID: 3A3CCEFD7675C37F
7 changed files with 43 additions and 8 deletions

View file

@ -494,6 +494,18 @@ article header h1 a {
margin-right: 1em;
}
.post-authors {
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
}
.post-authors li {
display: inline;
margin-right: 1em;
}
article img {
max-width: 100%;
display: block;