From 06d306ce2bb8d86ef6c9ad438dde252210d330ba Mon Sep 17 00:00:00 2001 From: Zac Bohon Date: Sun, 1 Aug 2021 15:37:06 -0500 Subject: [PATCH] Added rel attributes to the next and prev links --- brutaldon/templates/main/local_timeline.html | 4 ++-- brutaldon/templates/main/notifications.html | 4 ++-- brutaldon/templates/main/public_timeline.html | 4 ++-- brutaldon/templates/main/timeline.html | 2 ++ brutaldon/templates/main/user.html | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/brutaldon/templates/main/local_timeline.html b/brutaldon/templates/main/local_timeline.html index 844738a..f1c7a54 100644 --- a/brutaldon/templates/main/local_timeline.html +++ b/brutaldon/templates/main/local_timeline.html @@ -3,10 +3,10 @@ {% block pagination %} {% endblock %} diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index 3deab05..fdfd5c0 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -109,10 +109,10 @@ mastodon.notifications()[0] diff --git a/brutaldon/templates/main/public_timeline.html b/brutaldon/templates/main/public_timeline.html index 538fd25..7ddf255 100644 --- a/brutaldon/templates/main/public_timeline.html +++ b/brutaldon/templates/main/public_timeline.html @@ -3,10 +3,10 @@ {% block pagination %} {% endblock %} diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 9ac20e6..d229d2f 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -40,6 +40,7 @@ {% if next %}

diff --git a/brutaldon/templates/main/user.html b/brutaldon/templates/main/user.html index f5a92bd..e6ef430 100644 --- a/brutaldon/templates/main/user.html +++ b/brutaldon/templates/main/user.html @@ -120,10 +120,10 @@ Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime {% endfor %}