Skip to content

Commit ad21709

Browse files
authored
Add meta for summaries in Drilldown (#1156)
1 parent f8173c2 commit ad21709

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/techreport/drilldown.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h3>{{ tech_report_page.config.good_cwv_summary.title }}</h3>
6060
{% include "techreport/components/summary_card.html" %}
6161
{% endfor %}
6262
</div>
63+
{% include "techreport/components/filter_meta.html" %}
6364
{% endif %}
6465

6566
<div class="card">
@@ -87,6 +88,7 @@ <h3>{{ tech_report_page.config.lighthouse_summary.title }}</h3>
8788
{% include "techreport/components/summary_card.html" %}
8889
{% endfor %}
8990
</div>
91+
{% include "techreport/components/filter_meta.html" %}
9092
{% endif %}
9193

9294
<div class="card">
@@ -114,6 +116,7 @@ <h3>{{ tech_report_page.config.weight_summary.title }}</h3>
114116
{% include "techreport/components/summary_card.html" %}
115117
{% endfor %}
116118
</div>
119+
{% include "techreport/components/filter_meta.html" %}
117120
{% endif %}
118121

119122
<div class="card">

0 commit comments

Comments
 (0)