Skip to content

Commit

Permalink
Hugo: add new param for videos on TIB AV-Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Jul 25, 2024
1 parent 4c4c63c commit dfa5aa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hugo/hugo-lecture/archetypes/lecture-cg.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ assignments:
- topic: sheet02
youtube:
- link: "https://youtu.be/XYZ"
name: "Use This As Link Text"
name: "Use This As Link Text (Direkt-Link)"
fhmedia:
- link: "https://www.hsbi.de/medienportal/m/XYZ"
name: "Use This As Link Text (Direkt-Link)"
tibav:
- link: "https://av.tib.eu/media/XYZ"
name: "Use This As Link Text (Direkt-Link)"
sketch: true
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
{{ .Scratch.Set "videos_linktext" "Direkt-Link HSBI-Medienportal" }}
{{ partial "videos.html" . }}

{{ .Scratch.Set "videos_params" .Params.tibav }}
{{ .Scratch.Set "videos_title" "Videos (TIB AV-Portal)" }}
{{ .Scratch.Set "videos_linktext" "Direkt-Link TIB AV-Portal" }}
{{ partial "videos.html" . }}

{{ .Scratch.Set "attachments_title" "Slides" }}
{{ partial "attachments.html" . }}

Expand Down

0 comments on commit dfa5aa3

Please sign in to comment.