We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4766d + 6e8564a commit 305162dCopy full SHA for 305162d
_includes/gallery-grid.html
@@ -1,6 +1,6 @@
1
<div class="gallery-wrapper section">
2
{% if site.data.settings.homepage_settings.gallery.title %}
3
- <h3 class="title">{{ page.gallery.title }}</h3>
+ <h3 class="title">{{ site.data.settings.homepage_settings.gallery.title }}</h3>
4
<hr />
5
{% endif %}
6
<div class="gallery-grid my-3">
0 commit comments