diff options
author | Alex Scerba <alex@scerba.org> | 2025-09-24 12:12:46 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-09-24 12:12:46 -0500 |
commit | 28474344a1f396e5865c1392d4104742759c260b (patch) | |
tree | af8d2f5016cfd226ec29efd826a1194fba17f962 /html | |
parent | 70afdbcdcb98d10eb0fcc7745265da91f81df63a (diff) |
Remove extraneous closing tag.
Diffstat (limited to 'html')
-rw-r--r-- | html/master.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index a3eadd4..9b4337b 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -40,7 +40,7 @@ <img src="/static/assets/logo.svg" alt="Logo" class="footer-logo"/> <address> <p>Contact: <a href="mailto:me@alexscerba.com">me@alexscerba.com</a></p> - <p>LinkedIn: <a href="https://linkedin.com/in/ascerba" target="_blank" rel="noopener noreferrer">linkedin.com/in/ascerba</a></p></p> + <p>LinkedIn: <a href="https://linkedin.com/in/ascerba" target="_blank" rel="noopener noreferrer">linkedin.com/in/ascerba</a></p> <p>Résumé: <a href="/static/Resume_Scerba.pdf">view</a></p> <p>Portfolio: <a href="/static/Portfolio_Scerba.pdf">view</a></p> </address> |