From b7492c31a102bcbe1733573c341763f125cd26da Mon Sep 17 00:00:00 2001 From: simbabque Date: Sun, 26 Feb 2017 15:49:58 +0100 Subject: [PATCH] display full name of profile for alt and title Fixes #1387 --- root/author.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/author.html b/root/author.html index 6498f5fb5d..07863a871a 100644 --- a/root/author.html +++ b/root/author.html @@ -23,8 +23,8 @@ <%- FOREACH profile IN author.profile.sort('name'); IF profiles.${profile.name} %> - - <% profile.name %> + + <% profiles.${profile.name}.name %> <% END; END %>