File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <h4 >Filter by Type</h4 >
1414 {% for term in resource_types %}
1515 {% set checked = term .slug in current_filters %}
16- <div class =" field" >
17- <label >
18- <input type =" checkbox" name =" resource_type[]" value =" {{ term .slug }}" {{ checked ? ' checked' }}>
19- {{ term .name }}
20- </label >
21- </div >
16+ <label class =" field -inline" >
17+ <input type =" checkbox" name =" resource_type[]" value =" {{ term .slug }}" {{ checked ? ' checked' }}>
18+ {{ term .name }}
19+ </label >
2220 {% endfor %}
2321 <button type =" submit" class =" button" >Apply</button >
2422 </form >
Original file line number Diff line number Diff line change 1- <div class =" o-generic-hero" >
2- <div class =" o-generic-hero__container" >
3- <h1 class =" o-generic-hero__title" >{{ title ? title : post .title }}</h1 >
1+ <section class =" container hero accent-primary" >
2+ <div class =" hero__content" >
3+ <div class =" hero__text" >
4+ <h1 class =" hero__heading" >{{ title ? title : post .title }}</h1 >
5+ </div >
46 </div >
5- </div >
7+ </section >
You can’t perform that action at this time.
0 commit comments