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 @@
{% for author in authors %}
-
-
+
{{ author[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}
@@ -64,6 +64,7 @@
{{ contributor[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}
diff --git a/src/_includes/partials/navigation.html b/src/_includes/partials/navigation.html
index f5a21c3..fd72f45 100644
--- a/src/_includes/partials/navigation.html
+++ b/src/_includes/partials/navigation.html
@@ -8,7 +8,20 @@
href="{{ item.url }}"
class="no-style hover:gmdu-link font-bold underline decoration-purple-500"
>
- {{ item.text }}
+ {{ item.text }} {% if item.external %}{% heroicon "outline" "external-link"
+ "" 'width=10 class="inline mb-2"' %}{% endif %}
-{% endif %} {% endfor %}
+{% endif %} {% endfor %} {% if navigation.external_items.size > 0 %}
+|
+
+{% endif %} {% for item in navigation.external_items %}
+-
+
+ {{ item.text }} {% heroicon "outline" "external-link" "" 'width=10 class="inline mb-2"' %}
+
+
+{% endfor %}
diff --git a/src/_includes/partials/site-header.html b/src/_includes/partials/site-header.html
index c6d7a04..2206cab 100644
--- a/src/_includes/partials/site-header.html
+++ b/src/_includes/partials/site-header.html
@@ -2,7 +2,7 @@
class="relative z-10 flex select-none bg-gradient-to-r from-header-start to-header-end shadow-black xs:shadow sm:shadow-2xl"
>