Skip to content

Commit 3f48bd9

Browse files
committed
remove Contacts tile
1 parent 111f3a3 commit 3f48bd9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<a href="#developers">Developers</a>
2929
</li>
3030
<li class="page-scroll">
31-
<a href="#contact">Contact</a>
31+
<a href="#help">Help</a>
3232
</li>
3333
</ul>
3434
</div>

_layouts/default.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
{% include features_grid.html %}
99
{% include developers.html %}
1010

11-
{% if site.contact == "static" %}
12-
{% include contact_static.html %}
13-
{% elsif site.contact == "disqus" %}
14-
{% include contact_disqus.html %}
15-
{% else %}
16-
{% include contact.html %}
17-
{% endif %}
18-
1911
{% include footer.html %}
2012
{% include modals.html %}
2113
{% include js.html %}

0 commit comments

Comments
 (0)