adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit b2be6963e63a491e046c3aa1fe62571ed0c0ac23
parent 980c788045988f41c0bd12b7f8e229b4c5ce8a72
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 18 Dec 2020 12:08:59 +0100

contact.html: specify size for avatar image

Diffstat:
Mtemplates/contact.html/header.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/contact.html/header.html b/templates/contact.html/header.html @@ -4,7 +4,8 @@ <figure class="pagefigure"> <img src="img/anders-mjanetmars-pixelart-corrected-128.png" - alt="By KiD MarsCat" class="pageimg" /> + width="128" height="128" + alt="avatar by KiD MarsCat" class="pageimg" /> </figure> <ul>