From 60e0818b6d018380f3db71f31a2291af98c36453 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 20 Mar 2025 13:27:27 +0100 Subject: [PATCH] Enhance character profile component with responsive image handling and navigation button --- _includes/character-profile.html | 11 ++++++++++- _layouts/character-sheet.html | 2 +- _pages/characters.md | 4 ++-- assets/game-data/characters/chase.json | 8 +++++++- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/_includes/character-profile.html b/_includes/character-profile.html index cfe61b4..805453e 100644 --- a/_includes/character-profile.html +++ b/_includes/character-profile.html @@ -1,9 +1,18 @@
- {% if include.image %}Character Picture{% endif %} + {% if include.image %} + Character Picture + {% endif %}

Name:  

Handle:  

Role:  

Age:  

+ {% if include.page %} + + {% endif %}