remotes/1693045480750635534/spooky-22
Aevann1 2021-11-07 17:45:15 +02:00
parent d31b297c11
commit 0dc6d6b356
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@
<span class="popover-bio text-black">{% if c.author.bio_html %}{{c.author.bio_html_eager | safe}}{% endif %}</span>
</div>
<div class="ml-3 mr-3 mb-2">
<div class="ml-3 mr-3 my-2">
{% for b in c.author.badges %}
{% if c.author.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img width="32" loading="lazy" src="{{b.path}}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{b.name}} - {{b.text}}"></a>

View File

@ -270,7 +270,7 @@
<span class="popover-bio text-black">{% if p.author.bio_html %}{{p.author.bio_html_eager | safe}}{% endif %}</span>
</div>
<div class="ml-3 mr-3 mb-2">
<div class="ml-3 mr-3 my-2">
{% for b in p.author.badges %}
{% if p.author.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img width="32" loading="lazy" src="{{b.path}}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{b.name}} - {{b.text}}"></a>

View File

@ -47,7 +47,7 @@
<span class="popover-bio text-black">{% if p.author.bio_html %}{{p.author.bio_html_eager | safe}}{% endif %}</span>
</div>
<div class="ml-3 mr-3 mb-2">
<div class="ml-3 mr-3 my-2">
{% for b in p.author.badges %}
{% if p.author.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img width="32" loading="lazy" src="{{b.path}}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{b.name}} - {{b.text}}"></a>