feat: add tag list to post header

This commit is contained in:
cgiacomi
2019-10-12 09:27:08 +02:00
parent 6e5bf0c053
commit 4ccf226f91
2 changed files with 19 additions and 0 deletions

View File

@@ -279,6 +279,14 @@ ul {
margin: 0;
}
.post .post-header .post-tags {
padding-left: 5px;
}
.post .post-header .post-tags a {
margin-right: 5px;
}
.post .post-header .meta {
padding-left: 5px;
margin-top: 10px;