Remove profile pic due to CORS issues for now

This commit is contained in:
Joshua Goins 2023-03-27 15:12:58 -04:00
parent 99f43a61e3
commit 2bd2f63110

View file

@ -27,13 +27,14 @@
{{ if isset $json "content" }} {{ if isset $json "content" }}
<blockquote class="generic-con" cite="{{ $tootLink }}"> <blockquote class="generic-con" cite="{{ $tootLink }}">
<div class="toot-header"> <div class="toot-header">
<a class="toot-profile" href="https://{{ $masIns }}/@{{ $json.account.acct }}" rel="noopener"> <!-- Disabled due to CORS troubles for now -->
<!--<a class="toot-profile" href="https://{{ $masIns }}/@{{ $json.account.acct }}" rel="noopener">
<img <img
src="{{ $json.account.avatar }}" src="{{ $json.account.avatar }}"
alt="Mastodon avatar for {{ $handleInst }}" alt="Mastodon avatar for {{ $handleInst }}"
loading="lazy" loading="lazy"
/> />
</a> </a>-->
<div class="toot-author"> <div class="toot-author">
<span class="toot-author-name" rel="noopener">{{ $json.account.display_name }}</span> <span class="toot-author-name" rel="noopener">{{ $json.account.display_name }}</span>
<a class="toot-author-handle" href="https://{{ $masIns }}/@{{ $json.account.acct }}" rel="noopener">{{ $handleInst }}</a> <a class="toot-author-handle" href="https://{{ $masIns }}/@{{ $json.account.acct }}" rel="noopener">{{ $handleInst }}</a>