= $helper->a($link, $char['name']); ?>
- = $helper->img($char['image']['original']) ?>
+ = $helper->img($urlGenerator->assetUrl('images/characters', "{$char['id']}.jpg")) ?>
diff --git a/.gitignore b/.gitignore
index cf44b717..9a13d5e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@ composer.lock
*.sqlite
*.db
*.sqlite3
-apidocs/*
+apidocs/**
tests/test_data/sessions/*
cache.properties
build/**
@@ -27,5 +27,6 @@ phinx.yml
Caddyfile
build/humbuglog.txt
public/images/anime/**
+public/images/avatars/**
public/images/manga/**
public/images/characters/**
\ No newline at end of file
diff --git a/app/views/me.php b/app/views/me.php
index f0f26405..e9112f81 100644
--- a/app/views/me.php
+++ b/app/views/me.php
@@ -9,7 +9,12 @@
= $attributes['name'] ?>
-
+
+ " alt="" />
@@ -65,13 +70,13 @@