feat: Support to show the author of the article
This commit is contained in:
parent
d4ba47cd21
commit
332ee3cb2d
7 changed files with 43 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue