Skip to content

Commit

Permalink
Merge pull request #490 from dora-team/youtube-channel
Browse files Browse the repository at this point in the history
Update footer link to new DORA YouTube channel
  • Loading branch information
davidstanke authored Jan 8, 2024
2 parents c243fba + f11b26a commit aa2f357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo/themes/dora/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span class="linkGroup">
<a class="google-material-icons" href="https://twitter.com/devops_research" target="_blank" aria-label="Follow us on Twitter">post_twitter</a>
<a class="google-material-icons" href="https://www.linkedin.com/company/devops-research-and-assessment/" target="_blank" aria-label="Follow us on LinkedIn">post_linkedin</a>
<a class="google-material-icons" href="https://www.youtube.com/playlist?list=PLIivdWyY5sqIcFlX94XzycCzssTEkyQ1Q" target="_blank" aria-label="Watch DORA videos on YouTube">post_youtube</a>
<a class="google-material-icons" href="https://www.youtube.com/@dora-dev" target="_blank" aria-label="Watch DORA videos on YouTube">post_youtube</a>
</span>
<span class="linkGroup">
<a href="/faq/">FAQ</a>
Expand All @@ -25,4 +25,4 @@
{{- $jsFiles := slice $widgets}}
{{- $jsBundle := $jsFiles | resources.Concat "js/core" | fingerprint -}}

<script defer src="{{ $jsBundle.RelPermalink }}" integrity="{{ $jsBundle.Data.Integrity }}"></script>
<script defer src="{{ $jsBundle.RelPermalink }}" integrity="{{ $jsBundle.Data.Integrity }}"></script>

0 comments on commit aa2f357

Please sign in to comment.