Skip to content

Commit 8974112

Browse files
committed
chore: add more links to datapack podcast project page
1 parent 900cce9 commit 8974112

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/_includes/layouts/project.html

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
{{ project_link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}
2626
</a>
2727
</p>
28+
{% endif %} {% if other_links %}
29+
{% heroicon "outline" "link" "" 'width=16 class="inline mr-0.5 mb-0.5"' %}
30+
<span class="font-bold">Project Links:</span>
31+
<ul class="ml-[2.25rem] list-disc">
32+
{% for link in other_links %}
33+
<li><a href="{{ link[1] }}">{{ link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}</a></li>
34+
{% endfor %}
35+
</ul>
2836
{% endif %} {% if docs %}
2937
<p>
3038
{% heroicon "outline" "book-open" "" 'width=16 class="inline mr-0.5 mb-0.5"' %}

src/projects/datapack_podcast.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ title: Datapack Podcast
77
subtitle: Join us as we explore Minecraft through the lens of datapacking.
88
summary: A podcast about Minecraft, from the perspective of two technical datapackers.
99
created_at: 2024-04-27
10-
project_link: ["Youtube Channel", "https://youtube.com/@datapackdev"]
10+
other_links:
11+
- ["Youtube Channel", "https://youtube.com/@datapackdev"]
12+
- ["Homepage", "https://podcast.datapack.dev"]
13+
- ["RSS Feed", "https://podcast.datapack.dev/rss.xml"]
1114
authors: {
1215
"Moxvallix": "https://github.com/moxvallix",
1316
"Gears": "https://gearsdatapacks.github.io/"

0 commit comments

Comments
 (0)