diff --git a/_config.yml b/_config.yml index ba948aa..45f248b 100755 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ url: https://evangelistcollective.github.io description: "We Are Developer Evangelists- and So Can You! exists to facilitate sharing information, resources and encouragement among the Developer Evangelist community." # Contact form: comment the line below if you want to stick with the default PHP contact form -contact: static +# contact: static # Color settings (hex-codes without the leading hash-tag) color: diff --git a/_includes/contact.html b/_includes/contact.html deleted file mode 100755 index 9ad24ad..0000000 --- a/_includes/contact.html +++ /dev/null @@ -1,54 +0,0 @@ - -
-
-
-
-

Contact Us

-
-
-
-
-
- - -
-
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file diff --git a/_includes/contact_static.html b/_includes/contact_static.html deleted file mode 100755 index db8e015..0000000 --- a/_includes/contact_static.html +++ /dev/null @@ -1,49 +0,0 @@ - -
-
-
-
-

Contact Us

-
-
-
-
-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
- - -
-
-
- - -

-
-
-
-
-
-
- -
-
-
-
-
-
-
diff --git a/_includes/nav.html b/_includes/nav.html index 329caf8..ee8804f 100755 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -24,12 +24,12 @@
  • About
  • -
  • - Contact -
  • + - \ No newline at end of file + diff --git a/_layouts/default.html b/_layouts/default.html index 0482848..e2361cc 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,14 +7,8 @@ {% include portfolio_grid.html %} {% include about.html %} - {% if site.contact == "static" %} - {% include contact_static.html %} - {% else %} - {% include contact.html %} - {% endif %} - {% include footer.html %} {% include modals.html %} {% include js.html %} - \ No newline at end of file +