Skip to content

Commit 32d64cf

Browse files
committed
Add YouTube logo and link to Slang playlist
1 parent 47bb381 commit 32d64cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

_data/social.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"link": "https://bsky.app/profile/shader-slang.bsky.social",
2020
"image": "images/social/bluesky.svg"
2121
},
22+
{
23+
"name": "Youtube",
24+
"link": "https://www.youtube.com/playlist?list=PLYO7XTAX41FNNKUBI6BogkPFGwZ6x4-NE",
25+
"image": "images/social/youtube.svg"
26+
},
2227
{
2328
"name": "Reddit",
2429
"link": "https://www.reddit.com/r/shaderslang/",

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="container">
22
<p class="visually-hidden-focusable">Page footer starts here. <a href="#backtop">Return to main content</a></p>
33
<div class="row">
4-
<div class="col-xs-12 col-sm-9 footer_branding">
4+
<div class="col-xs-12 col-sm-8 footer_branding">
55
<figure><a href="https://www.khronos.org/"><img src="/images/khronos-logo.svg"
66
alt="Khronos Logo"></a></figure>
77
<p>Slang is now under open-governance at Khronos to encourage and enable broad industry collaboration to propel its
@@ -20,7 +20,7 @@
2020
</div>
2121

2222

23-
<div class="col-xs-12 col-sm-3 footer_details">
23+
<div class="col-xs-12 col-sm-4 footer_details">
2424
<div class="h4">Community</div>
2525
{% if site.data.social %} {% include social.html %} {% endif %}
2626

images/social/youtube.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)