We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111f3a3 commit 3f48bd9Copy full SHA for 3f48bd9
_includes/nav.html
@@ -28,7 +28,7 @@
28
<a href="#developers">Developers</a>
29
</li>
30
<li class="page-scroll">
31
- <a href="#contact">Contact</a>
+ <a href="#help">Help</a>
32
33
</ul>
34
</div>
_layouts/default.html
@@ -8,14 +8,6 @@
8
{% include features_grid.html %}
9
{% include developers.html %}
10
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
-
19
{% include footer.html %}
20
{% include modals.html %}
21
{% include js.html %}
0 commit comments