Skip to content

Commit 7983221

Browse files
committed
🔧 Change donate to contact
1 parent df524ec commit 7983221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
4242
avatar: https://avatars0.githubusercontent.com/u/12898756

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 -->

0 commit comments

Comments
 (0)