mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 18:21:15 +00:00
Cleaining up some HTMl validation errors
This commit is contained in:
parent
7bba7d0f0b
commit
75124ce773
3 changed files with 26 additions and 26 deletions
|
@ -28,7 +28,7 @@
|
|||
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
|
||||
{{ $profile_width := 75 }}
|
||||
{{ $profile_image := $profile_image.Resize (printf "%dx" $profile_width) }}
|
||||
<img class="avatarMask u-photo" width="{{ $profile_width }}" src="{{ $profile_image.RelPermalink }}" alt="Photo of {{ .Site.Params.Author }}" />
|
||||
<img class="avatarMask u-photo" width="{{ $profile_width }}" src="{{ $profile_image.RelPermalink }}" alt="Photo of {{ .Site.Params.Author }}">
|
||||
<div style="display: none">
|
||||
<!-- email / description (for h-card) -->
|
||||
<a class="u-email" href="mailto://{{ .Site.Params.email }}"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue