Skip to content

Commit 5439c08

Browse files
committed
Use built-in youtube shortcode for YouTube links
Signed-off-by: lucperkins <[email protected]>
1 parent 88fb00a commit 5439c08

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

assets/sass/helpers.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
padding-bottom: 7.5rem
3333

3434
.toc
35-
position: fixed
35+
top: $navbar-height + 2rem
36+
position: sticky
3637
border-left: 3px solid $primary
3738
padding: 1.5rem 0 1.5rem 2rem
3839

content/videos.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@ The following are sample videos of presentations that have been given by
66
project members and adopters.
77

88

9-
**Talking TUF: Securing Software Distribution**
9+
## Talking TUF: Securing Software Distribution
1010

11-
<a href="https://www.youtube.com/watch?feature=player_embedded&v=Aryr0O6H_2U
12-
" target="_blank"><img src="https://img.youtube.com/vi/Aryr0O6H_2U/0.jpg"
13-
alt="Talking TUF" width="240" height="180" /></a>
11+
{{< youtube "Aryr0O6H_2U" >}}
1412

15-
**Securing the Software Supply Chain with TUF and Docker**
13+
## Securing the Software Supply Chain with TUF and Docker
1614

17-
<a href="https://www.youtube.com/watch?feature=player_embedded&v=SNge7-t4JRE
18-
" target="_blank"><img src="https://img.youtube.com/vi/SNge7-t4JRE/0.jpg"
19-
alt="TUF and Docker" width="240" height="180" /></a>
15+
{{< youtube "SNge7-t4JRE" >}}
2016

21-
**Atlassian Dev Den Tech Talk Series: Securing Rubygems with TUF**
22-
23-
<a href="https://www.youtube.com/watch?feature=player_embedded&v=J0GkcToeDiM
24-
" target="_blank"><img src="https://img.youtube.com/vi/J0GkcToeDiM/0.jpg"
25-
alt="Rubygems" width="240" height="180" /></a>
17+
## Atlassian Dev Den Tech Talk Series: Securing Rubygems with TUF
2618

19+
{{< youtube "J0GkcToeDiM" >}}

0 commit comments

Comments
 (0)