diff --git a/_data/navigation.yml b/_data/navigation.yml index 3ce9a17..7a595c0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -13,4 +13,6 @@ - name: Positions link: /positions/ - name: Contact - link: /contact/ \ No newline at end of file + link: /contact/ +- name: Gallery + link: /gallery/ \ No newline at end of file diff --git a/_includes/gallery.html b/_includes/gallery.html new file mode 100644 index 0000000..e69de29 diff --git a/_layouts/default.html b/_layouts/default.html index 4d71d6a..95154d8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,9 +10,9 @@ {% include head.html %} {% include header.html %} - {% if page.heroImage %} + {% include callouts.html %}
diff --git a/_layouts/gallery.html b/_layouts/gallery.html new file mode 100644 index 0000000..3010947 --- /dev/null +++ b/_layouts/gallery.html @@ -0,0 +1,5 @@ +--- +layout: page +show_sidebar: false +--- + diff --git a/gallery/gallery.md b/gallery/gallery.md new file mode 100644 index 0000000..eb98353 --- /dev/null +++ b/gallery/gallery.md @@ -0,0 +1,14 @@ +--- +title: Gallery +page_name: gallery +subtitle:
+description: Gallery Page Description +layout: gallery +hero_link: heroButtonLink +hero_link_text: HeroButtonText +show_sidebar: false +hero_image: heroImageSrc +hide_footer: true +--- + +# Gallery \ No newline at end of file