Skip to content

Commit 305162d

Browse files
Merge pull request #7 from esl/fix/gallery-title
Fix gallery title
2 parents ee4766d + 6e8564a commit 305162d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/gallery-grid.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="gallery-wrapper section">
22
{% if site.data.settings.homepage_settings.gallery.title %}
3-
<h3 class="title">{{ page.gallery.title }}</h3>
3+
<h3 class="title">{{ site.data.settings.homepage_settings.gallery.title }}</h3>
44
<hr />
55
{% endif %}
66
<div class="gallery-grid my-3">

0 commit comments

Comments
 (0)