1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:41:18 -04:00

just some spring cleaning 🧹

This commit is contained in:
2021-05-20 10:33:59 -04:00
parent e4ab02749b
commit 378b2385da
14 changed files with 85 additions and 63 deletions

View File

@@ -15,14 +15,14 @@
},{{ end }}
"sameAs": [
{{ $.Site.BaseURL }},{{ with .social }}
{{ with .github }}{{ printf "%s%s" "https://github.com/" . }},{{ end }}
{{ with .keybase }}{{ printf "%s%s" "https://keybase.io/" . }},{{ end }}
{{ with .twitter }}{{ printf "%s%s" "https://twitter.com/" . }},{{ end }}
{{ with .medium }}{{ printf "%s%s" "https://medium.com/@" . }},{{ end }}
{{ with .linkedin }}{{ printf "%s%s%s" "https://www.linkedin.com/in/" . "/" }},{{ end }}
{{ with .facebook }}{{ printf "%s%s" "https://www.facebook.com/" . }},{{ end }}
{{ with .instagram }}{{ printf "%s%s%s" "https://www.instagram.com/" . "/" }},{{ end }}
{{ with .mastodon }}{{ printf "%s%s" "https://" . }}{{ end }}{{ end }}
{{ with .github }}{{ print "https://github.com/" . }},{{ end }}
{{ with .keybase }}{{ print "https://keybase.io/" . }},{{ end }}
{{ with .twitter }}{{ print "https://twitter.com/" . }},{{ end }}
{{ with .medium }}{{ print "https://medium.com/@" . }},{{ end }}
{{ with .linkedin }}{{ print "https://www.linkedin.com/in/" . "/" }},{{ end }}
{{ with .facebook }}{{ print "https://www.facebook.com/" . }},{{ end }}
{{ with .instagram }}{{ print "https://www.instagram.com/" . "/" }},{{ end }}
{{ with .mastodon }}{{ print "https://" . }}{{ end }}{{ end }}
]
}
</script>