Skip to content

Commit f230bbb

Browse files
authored
Feat/add youtube link (#1050)
* Add another link to Youtube on our news page. Signed-off-by: Kurt Garloff <[email protected]> * Better wording. Signed-off-by: Kurt Garloff <[email protected]> --------- Signed-off-by: Kurt Garloff <[email protected]>
1 parent 3d9da0c commit f230bbb

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

_i18n/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ news:
7676
slides: "Folien"
7777
read_more: "Weiterlesen..."
7878
events_link: "Mehr auf unserer Veranstaltungsseite."
79+
youtube_link: "Viele Videos auch auf unserem Youtube Kanal."
7980
tenders:
8081
name: "Name"
8182
description: "Beschreibung"

_i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ news:
7777
slides: "Slides"
7878
read_more: "Read more..."
7979
events_link: "See also our events page."
80+
youtube_link: "Many videos are also on our Youtube channel."
8081
tenders:
8182
name: "Name"
8283
description: "Description"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="d-grid">
2+
<a href="{{ include.ref }}/" class="btn btn-outline-primary" role="button">{% t news.youtube_link %}</a>
3+
</div>

_layouts/news.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
{% include news/conferences.html limit="3" title_slug="news.conference.de" icon="fa-comment-o" data=site.data.conferences_de %}
1919
{% include news/read_more.html ref="conferences" %}
2020
<p>&nbsp;</p>
21+
{% include news/youtube_channel.html ref="https://www.youtube.com/@sovereigncloudstack" %}
22+
<p>&nbsp;</p>
2123
{% include news/link_events.html ref="/events" %}
2224
</div>

0 commit comments

Comments
 (0)