fixed urls
This commit is contained in:
parent
90bc37b6ed
commit
d4bff36a0d
@ -38,9 +38,9 @@ params:
|
||||
|
||||
socialIcons:
|
||||
- name: linkedin
|
||||
url: "https://linkedin/in/mihitmittal"
|
||||
url: "https://www.linkedin.com/in/mihitmittal/"
|
||||
- name: github
|
||||
url: "https://github.com/fieryeagle"
|
||||
url: "https://github.com/MihitMittal"
|
||||
- name: leetcode
|
||||
url: "https://leetcode.com/u/MihitMittal/"
|
||||
- name: email
|
||||
|
@ -76,7 +76,7 @@
|
||||
"description": "Mihit's blog",
|
||||
"logo": "https://mihitmittal.com/favicon.ico",
|
||||
"sameAs": [
|
||||
"https://linkedin/in/mihitmittal", "https://github.com/fieryeagle", "https://leetcode.com/u/MihitMittal/", "mailto:website@mihitmittal.com"
|
||||
"https://www.linkedin.com/in/mihitmittal/", "https://github.com/MihitMittal", "https://leetcode.com/u/MihitMittal/", "mailto:website@mihitmittal.com"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@ -140,7 +140,7 @@
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
<div class="social-icons" >
|
||||
<a href="https://linkedin/in/mihitmittal" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="https://www.linkedin.com/in/mihitmittal/" target="_blank" rel="noopener noreferrer me"
|
||||
title="Linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
@ -149,7 +149,7 @@
|
||||
<circle cx="4" cy="4" r="2"></circle>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://github.com/fieryeagle" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="https://github.com/MihitMittal" target="_blank" rel="noopener noreferrer me"
|
||||
title="Github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
|
Loading…
x
Reference in New Issue
Block a user