From 50665bbeb362c3bebc39a10a6c497efb09984515 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sat, 21 May 2022 15:47:58 -0700 Subject: [PATCH] Switch titles to

s (Fixes #444) --- templates/post.html | 4 ++-- templates/subreddit.html | 2 +- templates/user.html | 2 +- templates/utils.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/post.html b/templates/post.html index 97715ec..227d7fc 100644 --- a/templates/post.html +++ b/templates/post.html @@ -55,7 +55,7 @@ {% endif %}

-

+

{{ post.title }} {% if post.flair.flair_parts.len() > 0 %} {% call utils::render_flair(post.flair.flair_parts) %} {% endif %} {% if post.flags.nsfw %} NSFW{% endif %} -

+

diff --git a/templates/subreddit.html b/templates/subreddit.html index 7559e3c..e5e8fa1 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -89,7 +89,7 @@ {% endif %}
Icon for r/{{ sub.name }} -

{{ sub.title }}

+

{{ sub.title }}

r/{{ sub.name }}

{{ sub.description }}

diff --git a/templates/user.html b/templates/user.html index 43c907c..3097dfd 100644 --- a/templates/user.html +++ b/templates/user.html @@ -81,7 +81,7 @@ {% endif %}
User icon -

{{ user.title }}

+

{{ user.title }}

u/{{ user.name }}

{{ user.description }}
diff --git a/templates/utils.html b/templates/utils.html index e4c6f75..07e1ce8 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -83,7 +83,7 @@ {% endfor %} {% endif %}

-

+

{% if post.flair.flair_parts.len() > 0 %} {% call render_flair(post.flair.flair_parts) %} {% endif %} {{ post.title }}{% if post.flags.nsfw %} NSFW{% endif %} -

+

{% if (prefs.layout.is_empty() || prefs.layout == "card") && post.post_type == "image" %}