diff options
author | Olivier Roques <ojroques@users.noreply.github.com> | 2021-04-13 17:45:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 17:45:33 +0200 |
commit | 9cf4599276a1dcdeac9ff81014a140ca4fdfb93c (patch) | |
tree | b083188a2b26a174f680c49cee0b700a7a0f59f5 /exampleSite/content | |
parent | 8d17170d2a4e46c4168bbff9b4c6afe8f19a5fec (diff) | |
parent | 8dc6305c6b1dddd57ed2fbe6edb5335b57d305ff (diff) |
Merge pull request #17 from jcabak/master
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). |