Skip to content

Commit

Permalink
Remove 'featured' filter from photography page
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrdodson committed Dec 15, 2023
1 parent 91bc342 commit 45320e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions partials/photo-loop.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{{#get "posts" filter="featured:true+tag:hash-photo-gallery" include="authors,tags" as |feat|}}

{{#get "posts" filter="tag:hash-photo-gallery" as |gallery|}}
<div class="gallery">
<div class="gallery-item" id="photo-blurb" data-animate='fade-down'>
{{> photo-blurb}}
</div>
<div id="photo-list">
{{#foreach feat}}
{{#foreach gallery}}
<style>
#featured-bg-{{id}} { content: url({{img_url feature_image}});}
</style>
Expand Down

0 comments on commit 45320e2

Please sign in to comment.