diff options
author | Jakub Cabak <jakubcabak@gmail.com> | 2021-04-13 17:41:20 +0200 |
---|---|---|
committer | Jakub Cabak <jakubcabak@gmail.com> | 2021-04-13 17:41:20 +0200 |
commit | 8dc6305c6b1dddd57ed2fbe6edb5335b57d305ff (patch) | |
tree | b083188a2b26a174f680c49cee0b700a7a0f59f5 /exampleSite/content | |
parent | 8d17170d2a4e46c4168bbff9b4c6afe8f19a5fec (diff) |
Accessibility and SEO improvements
Diffstat (limited to 'exampleSite/content')
-rw-r--r-- | exampleSite/content/about.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 04cf0d4..b9fda09 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -4,7 +4,7 @@ title = "About" ## About Me -{{< figure class="avatar" src="/avatar.jpg" >}} +{{< figure class="avatar" src="/avatar.jpg" alt="avatar">}} This is a Hugo based resume template. You can find the full source code on [GitHub](https://github.com/ojroques/hugo-researcher). |