File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 25
25
{{ project_link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}
26
26
</ a >
27
27
</ 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 >
28
36
{% endif %} {% if docs %}
29
37
< p >
30
38
{% heroicon "outline" "book-open" "" 'width=16 class="inline mr-0.5 mb-0.5"' %}
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ title: Datapack Podcast
7
7
subtitle : Join us as we explore Minecraft through the lens of datapacking.
8
8
summary : A podcast about Minecraft, from the perspective of two technical datapackers.
9
9
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"]
11
14
authors : {
12
15
" Moxvallix " : " https://github.com/moxvallix" ,
13
16
" Gears " : " https://gearsdatapacks.github.io/"
You can’t perform that action at this time.
0 commit comments