diff --git a/_config.yml b/_config.yml index 33f22e4..90ba7c7 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ author: 'EdinbR' author_image: "/assets/images/edinbr_300.png" gems: [jekyll-paginate] +plugins: [jekyll-paginate] paginate: 5 paginate_path: "page:num" diff --git a/contact.md b/contact.md new file mode 100644 index 0000000..d7f1099 --- /dev/null +++ b/contact.md @@ -0,0 +1,23 @@ +--- +layout: page +title: Contact Us +permalink: /contact/ +--- + +If you need to get in touch with a member of the EdinbR organisation team, please use the form below to reach out to us + +
+ +
+
+ + + + + + + + +
+
+ diff --git a/index.html b/index.html index 8b9eccc..521c42b 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,8 @@

{{ site.description }}

  ยท   {% endfor %} Code of conduct +    + Contact Us