add missing </a> tag in resume

This commit is contained in:
zzossig 2020-02-10 18:55:54 +09:00
parent bad32c9006
commit cd89d9feb7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{{ end }}
{{ with .infos.website }}
<div class="resume__header--info">
<a href="{{ . }}" target="_blank" rel="noreferrer">
<a href="{{ . }}" target="_blank" rel="noreferrer">{{ . }}</a>
</div>
{{ end }}
</article>