Skip to content

Commit

Permalink
#142 podcast link on english page as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 11, 2020
1 parent e9a2c17 commit 7491419
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
<a class="dropdown-item" href="{{ .URL | absLangURL }}">{{ .Name }}</a>
{{ end }}

{{ if eq .Site.Language.Lang "de"}}
<a class="dropdown-item" href="https://soundcloud.com/correlaid_podcast"><i class="fas fa-external-link-square-alt"></i> Podcast</a>
{{ end }}
</div>
</li>
<!-- /END ABOUT US -->
Expand All @@ -40,10 +38,6 @@
{{ range .Site.Menus.nonprofits }}
<a class="dropdown-item" href="{{ .URL | absLangURL }}">{{ .Name }}</a>
{{ end }}

{{ if eq .Site.Language.Lang "de"}}
<a class="dropdown-item" href="https://soundcloud.com/correlaid_podcast"><i class="fas fa-external-link-square-alt"></i> Podcast</a>
{{ end }}
</div>
</li>
<!-- /END FOR NONPROFITS -->
Expand Down

0 comments on commit 7491419

Please sign in to comment.