11{{!-- This template is used to render the precise layout of /open-source --}}
2- {{!< default }}
2+ {{!< default }}
33{{ #post }}
44 <div id =" modern" >
5- <div class =" {{ post_class }} " >
5+ <div class =" container " >
66 <h1 >{{ title }} </h1 >
77 <div class =" two-up" >{{ content }} </div >
88 </div >
99
10- <div class =" {{ post_class }} program-news" >
10+ <div class =" container program-news" >
1111 {{ #get " pages" filter =" slug:program-news" }}
1212 {{ #foreach pages }}
1313 <h3 >Program News</h3 >
2222 {{ /foreach }}
2323 {{ /get }}
2424
25- <div class =" {{ post_class }} mission-and-vision" >
25+ <div class =" container mission-and-vision" >
2626 {{ #get " pages" filter =" tag:[hash-oss-our-vision, hash-oss-our-mission]" }}
2727 {{ #foreach pages }}
2828 <div class =" column" >
3333 {{ /get }}
3434 </div >
3535
36- <div class =" {{ post_class }} projects" >
36+ <div class =" container projects" >
3737 <h2 >Projects</h2 >
3838 <h3 >Learn more about our current and past efforts</h3 >
3939 <div class =" projects-list" >
4040 {{ #get " pages" order =" featured desc, title asc" filter =" tag:[hash-oss-project]" }}
4141 {{ #foreach pages }}
42- <div class =" {{ post_class }} project" >
42+ <div class =" project" >
4343 <h3 >{{ title }} </h1 >
4444 {{{ html }}}
4545 </div >
5959 </div >
6060 </div >
6161
62- <div class =" post " aria-labelledby =" team-heading" >
62+ <div class =" container " aria-labelledby =" team-heading" >
6363 <h2 id =" team-heading" >Team</h2 >
6464 <h3 >Meet the people behind our program</h3 >
65- <div class =" grid " >
65+ <div class =" page-open-source__team " >
6666 {{ #get " pages" order =" featured desc, title asc" filter =" tags:hash-oss-team" limit =" all" include =" feature_image" }}
6767 {{ #foreach pages }}
6868 <figure >
7878 {{ /get }}
7979 </div >
8080 </div >
81- <div class =" {{ post_class }} program-support" >
81+ <div class =" container program-support" >
8282 {{ #get " pages" filter =" tag:[hash-oss-program-support]" }}
8383 {{ #foreach pages }}
8484 <h2 >{{ title }} </h2 >
9595{{ /post }}
9696{{ #contentFor ' scripts' }}
9797<script src =" {{ asset ' dist/post.js' }} " defer></script >
98- {{ /contentFor }}
98+ {{ /contentFor }}
0 commit comments