File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments