Skip to content

Commit 0940a3d

Browse files
committed
More prontoification
1 parent 74b1fe4 commit 0940a3d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

templates/archive-resources.twig

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
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>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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>

0 commit comments

Comments
 (0)