diff --git a/_data/navigation.yml b/_data/navigation.yml
index 946e7e437ab22f6d97bb9b255b6ade8b153e1963..e23faaad21f874a1934526d4ec2f8217a5280e9b 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -9,3 +9,6 @@
 
 - title: Committees
   url: "#committees-section"
+
+- title: Gallery
+  url: "#gallery-section"
\ No newline at end of file
diff --git a/_includes/photos.html b/_includes/gallery.html
similarity index 73%
rename from _includes/photos.html
rename to _includes/gallery.html
index 65b464e2acc37d4383da933ac7b3d6ac4071977d..c2dc5e4292135ed0c1764a23ed3cbf4d668cb9a1 100644
--- a/_includes/photos.html
+++ b/_includes/gallery.html
@@ -1,6 +1,6 @@
-<section id="photos-section" class="photos-section section">
+<section id="gallery-section" class="gallery-section section">
   <div class="container">
-    <h3 class="section-heading text-center mb-4">Photos</h3>
+    <h3 class="section-heading text-center mb-4">Gallery</h3>
     <div class="row">
       <div class="carousel mt-4">
         {% for image in site.static_files %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 174ee77ceb6e3aec913001d0f6b0903e621dd134..8050f475f47228c474ee57a55698e18f8825383d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -56,7 +56,7 @@
   </div>
 
   <!-- photos -->
-  {% include photos.html %}
+  {% include gallery.html %}
 
   <div class="container">
     <hr>