Skip to content

Commit

Permalink
Update internal photo gallery tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrdodson committed Dec 15, 2023
1 parent b78005e commit 91bc342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/photo-loop.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#get "posts" filter="featured:true+tag:[hash-photography]" include="authors,tags" order="published_at desc" as |feat|}}
{{#get "posts" filter="featured:true+tag:hash-photo-gallery" include="authors,tags" as |feat|}}

<div class="gallery">
<div class="gallery-item" id="photo-blurb" data-animate='fade-down'>
Expand Down

0 comments on commit 91bc342

Please sign in to comment.