remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 17:10:57 +02:00
parent aec2002915
commit 5d638456f7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
</script>
{% if c.author.bio_html %}
{% set bio = c.author.bio_html.replace('src="/assets/images/loading.gif" data-', '') %}
{% set bio = c.author.bio_html.replace('data-src', 'src') %}
<script>
console.log('{{bio}}');
</script>