File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 {{ /post }}
99
1010 <div class =" {{ post_class }} program-news" >
11- {{ #get " posts " filter =" slug:program-news" }}
12- {{ #foreach posts }}
11+ {{ #get " pages " filter =" slug:program-news" }}
12+ {{ #foreach pages }}
1313 <h1 class =" call-to-action header" >Program News</h1 >
1414 <ul >
1515 {{ #get " posts" order =" desc, title asc" filter =" tag:[news]" }}
2323 {{ /get }}
2424
2525 <div class =" {{ post_class }} mission-and-vision" >
26- {{ #get " posts " filter =" slug:[hash-oss-our-vision, hash-oss-our-mission]" }}
27- {{ #foreach posts }}
26+ {{ #get " pages " filter =" slug:[hash-oss-our-vision, hash-oss-our-mission]" }}
27+ {{ #foreach pages }}
2828 <div class =" column" >
2929 <h1 >{{ title }} </h1 >
3030 {{{ html }}}
3737 <h1 class =" title" >Projects</h1 >
3838 <h2 >Learn more about our current and past efforts</h2 >
3939 <div class =" projects-list" >
40- {{ #get " posts " order =" featured desc, title asc" filter =" tag:[hash-oss-project]" }}
41- {{ #foreach posts }}
40+ {{ #get " pages " order =" featured desc, title asc" filter =" tag:[hash-oss-project]" }}
41+ {{ #foreach pages }}
4242 <div class =" {{ post_class }} project" >
4343 <h1 >{{ title }} </h1 >
4444 {{{ html }}}
4747 {{ /get }}
4848 </div >
4949 <div class =" contribute" >
50- {{ #get " posts " filter =" tag:[hash-oss-contribute]" }}
51- {{ #foreach posts }}
50+ {{ #get " pages " filter =" tag:[hash-oss-contribute]" }}
51+ {{ #foreach pages }}
5252 {{ #if feature_image }}
5353 <img src =" {{ feature_image }} " alt =" {{ title }} " class =" feature-image" >
5454 {{ /if }}
You can’t perform that action at this time.
0 commit comments