Skip to content

Commit

Permalink
Merge pull request #11 from nukehub-dev:develop
Browse files Browse the repository at this point in the history
Organization
  • Loading branch information
ahnaf-tahmid-chowdhury authored Jun 8, 2024
2 parents b8c4236 + fcc34a8 commit 58c47b6
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,34 @@
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "{{ site.title }}",
"url" : "{{ site.url }}"
"@context": "https://schema.org",
"@id": "{{ site.url }}",
"@type": "WebSite",
"name": "{{ site.title }}",
"url": "{{ site.url }}"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@id": "{{ site.url }}",
"@type": "Organization",
"name": "{{ site.title }}",
"description": "{{ site.description }}",
"url": "{{ site.url }}",
"logo": "{{ site.url }}/assets/images/nukehub.svg",
"foundingDate": "2023",
"founders": [
{
"@type": "Person",
"name": "Ahnaf Tahmid Chowdhury"
}
],
"email": "{{ site.email }}",
"sameAs": [
"https://github.com/nukehub-dev",
"https://linkedin.com/company/nukehub/"
]
}
</script>
<meta property="og:site_name" content="{{ site.title }}">
Expand Down

0 comments on commit 58c47b6

Please sign in to comment.