Skip to content

Commit 6b2f7e7

Browse files
committed
Add video to SIGGRAPH 2025 Blog
1 parent 8334e24 commit 6b2f7e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_layouts/post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ <h1>{{ page.title }}<hr></h1>
1919
<div class="author">{{ page.author }}</div>
2020
</div>
2121

22+
{% if page.youtube_id and page.youtube_id != '' %}
23+
{% include youtube_video.html youtube_id=page.youtube_id %}
24+
{% endif %}
2225

2326
{{content}}
2427
</div>

_posts/2025-08-08-slang-at-siggraph-2025.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags: [slang, siggraph]
77
author: "Shannon Woods, NVIDIA, Slang Working Group Chair"
88
image: /images/posts/siggraph-logo.webp
99
human_date: "August 8, 2025"
10+
youtube_id: "Y7uBfTxFnnA"
1011
---
1112

1213
We're excited to announce that Slang will have a significant presence at **SIGGRAPH 2025** in Vancouver this August! This year's conference will feature three major Slang events: a hands-on lab for learning the language, a comprehensive course on neural shading techniques, and a Birds of a Feather session for community discussion and updates.

0 commit comments

Comments
 (0)