Skip to content

Commit

Permalink
Merge pull request #7 from esl/fix/gallery-title
Browse files Browse the repository at this point in the history
Fix gallery title
  • Loading branch information
annalisaantonioli authored Dec 11, 2024
2 parents ee4766d + 6e8564a commit 305162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/gallery-grid.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="gallery-wrapper section">
{% if site.data.settings.homepage_settings.gallery.title %}
<h3 class="title">{{ page.gallery.title }}</h3>
<h3 class="title">{{ site.data.settings.homepage_settings.gallery.title }}</h3>
<hr />
{% endif %}
<div class="gallery-grid my-3">
Expand Down

0 comments on commit 305162d

Please sign in to comment.