Skip to content

Commit

Permalink
#142 add newsletter, contact & podcast to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 15, 2020
1 parent 0d02ea5 commit c4eff6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions content/de/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ translationKey: "about"
menu:
about:
weight: -200
essentials:
weight: 2
translationKey: "contact"
meta:
title: "CorrelAid - Kontakt"
Expand Down
2 changes: 2 additions & 0 deletions content/en/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ draft: false
menu:
about:
weight: -200
essentials:
weight: 0
translationKey: "contact"
meta:
title: "CorrelAid - Contact"
Expand Down
15 changes: 6 additions & 9 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,9 @@ <h5>CorrelAid. ©2015-2020</h5>
{{ range .Site.Menus.essentials }}
<li><a class="text-muted" href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
{{ end }}
<li><a href="#"
data-toggle="modal"
data-target="#contact-modal"
data-email="[email protected]"
data-to="Contact CorrelAid"
class="text-muted"
>
Kontakt
</a></li>
<li><a class="text-muted" href="https://correlaid.us12.list-manage.com/subscribe?u=b294bf2834adf5d89bdd2dd5a&id=175fade988">Newsletter NPOs</a></li>
<li><a class="text-muted" href="https://correlaid.us12.list-manage.com/subscribe?u=b294bf2834adf5d89bdd2dd5a&id=915f3f3eff">Newsletter Volunteers</a></li>

</ul>
<div class="row d-md-flex justify-content-center">
<div class="col-2">
Expand All @@ -95,6 +89,9 @@ <h3><a href="https://twitter.com/CorrelAid" target="_blank"><i class="fab fa-twi
<div class="col-2">
<h3><a href="https://github.com/correlaid" target="_blank"><i class="fab fa-github"></i></a></h3>
</div>
<div class="col-2">
<h3><a href="https://soundcloud.com/correlaid_podcast" target="_blank"><i class="fas fa-podcast"></i></a></h3>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit c4eff6e

Please sign in to comment.