From 7e56f9e115fafb2f7cab134b8e17280e42ea144c Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 12 Oct 2023 10:01:11 -0700 Subject: [PATCH] drop all styling from HTML feeds ...to emphasize that they're for readers, not for humans. for #442 --- templates/feed.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/feed.html b/templates/feed.html index 383c0bc..bec140f 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -1,18 +1,18 @@ -{% extends "base.html" %} + + -{% block title %}{{ g.user.handle_or_id() }}'s feed - Bridgy Fed{% endblock %} + + +{{ title }} + -{% block content %} -
-
{{ title }}
- - -
+ +
{{ title }}
{% for e in entries %} {{ e|safe }} {% else %} Nothing yet. Follow more people, check back soon! {% endfor %} -
-
-{% endblock %} + + +