diff options
| author | Xe Iaso <me@christine.website> | 2022-11-13 06:51:26 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-13 06:51:26 -0500 |
| commit | 60355489a6a81372a3e594e4a7a01ab34639caeb (patch) | |
| tree | d60a5c6693b2d7bdb73aa6cccceb0811bbce3010 /lib | |
| parent | 05feb3b2710eac770ed5ed871f5c9b68bc183416 (diff) | |
| download | xesite-60355489a6a81372a3e594e4a7a01ab34639caeb.tar.xz xesite-60355489a6a81372a3e594e4a7a01ab34639caeb.zip | |
fix verified shitpost
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xesite_templates/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs index 5e6fee2..8171a3b 100644 --- a/lib/xesite_templates/src/lib.rs +++ b/lib/xesite_templates/src/lib.rs @@ -203,7 +203,7 @@ pub fn toot_embed(u: User, t: Toot) -> Markup { .media-heading { (u.name) @if u.id == "https://pony.social/users/cadey" { - img src="https://cdn.xeiaso.net/file/christine-static/blog/verified.png" style="height=1.5ch;width=1.5ch"; + img.verified src="https://cdn.xeiaso.net/file/christine-static/blog/verified.png"; } " " a href=(u.url) {"@" (u.preferred_username)} |
