Skip to content

Commit

Permalink
🚧 Updating the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche committed Jul 24, 2020
1 parent 32f71d2 commit 05f7cc9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ screenshots:
producthunt: https://telegra.ph/Replace-this-link-07-23
companies:
- url: https://telegra.ph/Replace-this-link-07-23
image: androidpolice.png
image: androidpolice.png
- url: https://telegra.ph/Replace-this-link-07-23
image: producthunt.png
7 changes: 6 additions & 1 deletion _data/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ app:
featured: Featured in

footer:
copyright: Made with ❤️ in Europe 🇪🇺 by <a href="https://www.sandoche.com" target="_blank">Sandoche</a>
copyright: Made with ❤️ in Europe 🇪🇺 by <a href="https://www.sandoche.com" target="_blank">Sandoche</a>
links:
- title: Github
url: https://github.com/sandoche/Mobile-app-website-template
- title: Donate
url: https://paypal.me/kanbanote
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="footer__container">
<p class="footer__love">{{ site.data.strings.footer.copyright }}</p>
<ul class="footer__links">
<li class="footer__link"><a href="https://learn.uno" target="_blank">Learning Lab</a></li>
<li class="footer__link"><a href="https://medium.com/learning-lab" target="_blank">Medium</a></li>
<li class="footer__link"><a href="https://paypal.me/kanbanote" target="_blank">Donate</a></li>
{% for link in site.data.strings.footer.links %}
<li class="footer__link"><a href="{{ link.url }}" target="_blank">{{ link.title }}</a></li>
{% endor %}
</ul>
</div>
</div>
Expand Down

0 comments on commit 05f7cc9

Please sign in to comment.