File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ navigation: # Site Navigation Menu elements: names and links
3434 " About " : " #about-us"
3535 " Learn More " : " #learn_more"
3636 " Get Involved " : " #get_involved"
37- " Donate " : " #donate "
37+ " Contact " : " #contact "
3838 foot : # Footer Menu
39- " Copyright © 2015-2018 Uncoded.org" :
39+ " © 2015-2018 Uncoded.org " :
4040
4141# URL of your avatar or profile pic (you could use your GitHub profile pic)
4242avatar : https://avatars0.githubusercontent.com/u/12898756
Original file line number Diff line number Diff line change 11{% if site.links or site.foot %}
22{% for link in site.navigation.main %}
3- {% if link[0] == "Donate " %}
4- < a id ="donate " href ="{{ link[1] }} "> </ a >
3+ {% if link[0] == "Contact " %}
4+ < a id ="contact " href ="{{ link[1] }} "> </ a >
55 {% endif %}
66{% endfor %}
77<!-- Footer -->
You can’t perform that action at this time.
0 commit comments