Skip to content

Commit 30ef227

Browse files
committed
target tags not slugs
1 parent 00591f6 commit 30ef227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-oss.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{/get}}
2424

2525
<div class="{{post_class}} mission-and-vision">
26-
{{#get "pages" filter="slug:[hash-oss-our-vision, hash-oss-our-mission]"}}
26+
{{#get "pages" filter="tag:[hash-oss-our-vision, hash-oss-our-mission]"}}
2727
{{#foreach pages}}
2828
<div class="column">
2929
<h1>{{title}}</h1>

0 commit comments

Comments
 (0)