From 144f5966ddb32350d9d964ac1a807572cea06220 Mon Sep 17 00:00:00 2001 From: Kristof De Jaeger Date: Tue, 11 Dec 2018 12:30:23 +0100 Subject: [PATCH] Add a space between u-url class and href (#347) There's a missing space, which probably causes the h-feed not to parse. You can always use http://xray.p3k.io/ to validate the microformats on a page. e.g. http://xray.p3k.io/parse?url=https%3A%2F%2Fbaptiste.gelez.xyz%2F%7E%2FFederationTesting%2Fplume-and-the-indie-web&pretty=true is fine, so that's good! However, the h-feed isn't parsing right - http://xray.p3k.io/parse?expect=feed&url=https%3A%2F%2Fbaptiste.gelez.xyz%2F%40%2F0x1C3B00DA&pretty=true (you can always add 'expect=feed' to the get params if you are really sure it needs to be a feed) --- templates/partials/post_card.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/post_card.rs.html b/templates/partials/post_card.rs.html index 25e1f98d..33d8ae94 100644 --- a/templates/partials/post_card.rs.html +++ b/templates/partials/post_card.rs.html @@ -8,7 +8,7 @@ @if article.cover_id.is_some() {
} -

@article.title

+

@article.title

@article.subtitle