microformats: add h-entry and h-feed #75

This commit is contained in:
Dmitry Kolosov 2021-01-20 22:12:50 +03:00
parent c1dce73359
commit 3620926038
6 changed files with 40 additions and 24 deletions

View file

@ -319,6 +319,14 @@ article header h1 a {
display: inline;
}
.post-hidden-url {
display: none;
}
.post-hidden-author {
display: none;
}
.post-date {
white-space: nowrap;
}