Skip to content

Commit

Permalink
chore: comment out heroImage
Browse files Browse the repository at this point in the history
feat: add gallery page
feat: add gallery includes and page
  • Loading branch information
crfmc committed Nov 8, 2024
1 parent 7c0b55d commit 74491f6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
- name: Positions
link: /positions/
- name: Contact
link: /contact/
link: /contact/
- name: Gallery
link: /gallery/
Empty file added _includes/gallery.html
Empty file.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{% include head.html %}
<body>
{% include header.html %}
{% if page.heroImage %}
<!-- {% if page.heroImage %}
{% include hero.html %}
{% endif %}
{% endif %} -->
{% include callouts.html %}
<section class="section">
<div class="container">
Expand Down
5 changes: 5 additions & 0 deletions _layouts/gallery.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: page
show_sidebar: false
---

14 changes: 14 additions & 0 deletions gallery/gallery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Gallery
page_name: gallery
subtitle: <br/>
description: Gallery Page Description
layout: gallery
hero_link: heroButtonLink
hero_link_text: HeroButtonText
show_sidebar: false
hero_image: heroImageSrc
hide_footer: true
---

# Gallery

0 comments on commit 74491f6

Please sign in to comment.