diff --git a/src/_data/navigation.json b/src/_data/navigation.json index d34e372..1294e10 100644 --- a/src/_data/navigation.json +++ b/src/_data/navigation.json @@ -16,5 +16,11 @@ "text": "Docs", "url": "/docs/" } + ], + "external_items": [ + { + "text": "Podcast", + "url": "https://podcast.datapack.dev" + } ] } diff --git a/src/_includes/layouts/project.html b/src/_includes/layouts/project.html index 77969ec..cada35a 100644 --- a/src/_includes/layouts/project.html +++ b/src/_includes/layouts/project.html @@ -21,7 +21,7 @@

{% heroicon "outline" "link" "" 'width=16 class="inline mr-0.5 mb-0.5"' %} Project Page: - + {{ project_link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}

@@ -30,7 +30,7 @@ Project Links: {% endif %} {% if docs %} @@ -47,7 +47,7 @@