1

callsigns

This commit is contained in:
Evan Pratten 2022-05-03 11:01:33 -04:00
parent 2b8797bbdc
commit ff87809b9c

View File

@ -10,12 +10,13 @@
<meta name="og:title" content="Evan Pratten (VA3ZZA)" /> <meta name="og:title" content="Evan Pratten (VA3ZZA)" />
<script type="application/ld+json"> <script type="application/ld+json">
[
{ {
"@context": "http://www.schema.org", "@context": "http://www.schema.org",
"@type": "person", "@type": "person",
"name": "Evan Pratten", "name": "Evan Pratten",
"jobTitle": "Software Developer", "jobTitle": "Software Developer",
"callSign": "VA3ZZA",
"callSign": "VA3UJF",
"gender": "male", "gender": "male",
"url": "https://va3zza.com", "url": "https://va3zza.com",
"image": "https://avatars.githubusercontent.com/u/21065412", "image": "https://avatars.githubusercontent.com/u/21065412",
@ -36,7 +37,9 @@
"https://gitlab.com/ewpratten", "https://gitlab.com/ewpratten",
"https://twitter.com/ewpratten" "https://twitter.com/ewpratten"
] ]
}, }
</script>
<script type="application/ld+json">
{ {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "WebSite", "@type": "WebSite",
@ -51,7 +54,6 @@
"query-input": "required name=search_term_string" "query-input": "required name=search_term_string"
}] }]
} }
]
</script> </script>
{% endblock head %} {% endblock head %}