Add microformats, sending of webmentions

This commit is contained in:
Devon Campbell 2024-06-17 13:50:52 -04:00
commit ad55411e21
8 changed files with 813 additions and 9 deletions

View file

@ -324,3 +324,7 @@ p:first-of-type {
grid-column: 2;
justify-self: end;
}
.hidden {
display: none;
}