Skip to content

Commit

Permalink
chore: add more links to datapack podcast project page
Browse files Browse the repository at this point in the history
  • Loading branch information
moxvallix committed Apr 30, 2024
1 parent 900cce9 commit 8974112
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/_includes/layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
{{ project_link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}
</a>
</p>
{% endif %} {% if other_links %}
{% heroicon "outline" "link" "" 'width=16 class="inline mr-0.5 mb-0.5"' %}
<span class="font-bold">Project Links:</span>
<ul class="ml-[2.25rem] list-disc">
{% for link in other_links %}
<li><a href="{{ link[1] }}">{{ link[0] }}{% heroicon "outline" "external-link" "" 'width=10 class="inline ml-0.5 mb-2"' %}</a></li>
{% endfor %}
</ul>
{% endif %} {% if docs %}
<p>
{% heroicon "outline" "book-open" "" 'width=16 class="inline mr-0.5 mb-0.5"' %}
Expand Down
5 changes: 4 additions & 1 deletion src/projects/datapack_podcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ title: Datapack Podcast
subtitle: Join us as we explore Minecraft through the lens of datapacking.
summary: A podcast about Minecraft, from the perspective of two technical datapackers.
created_at: 2024-04-27
project_link: ["Youtube Channel", "https://youtube.com/@datapackdev"]
other_links:
- ["Youtube Channel", "https://youtube.com/@datapackdev"]
- ["Homepage", "https://podcast.datapack.dev"]
- ["RSS Feed", "https://podcast.datapack.dev/rss.xml"]
authors: {
"Moxvallix": "https://github.com/moxvallix",
"Gears": "https://gearsdatapacks.github.io/"
Expand Down

0 comments on commit 8974112

Please sign in to comment.