diff options
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 76bbc6a..2d913e6 100644 --- a/templates/home.html +++ b/templates/home.html @@ -10,7 +10,8 @@ <div class="about"> <div>name: {{ $user.Username }}</div> <div>pronouns: {{ $user.Pronouns }}</div> - <div><a href="{{ $user.Website }}">{{ $user.Website }}</a></div> + <div>location: {{ $user.Location }}</div> + <div>www: <a href="{{ $user.Website }}">{{ $user.Website }}</a></div> <div class="club-bio">{{ $user.Bio }}</div> </div> </div> |
