Recipes
Improving iron levels doesn't have to be boring. Try out these iron-packed recipes!
1) {
activeParams.push({
key: 'page',
value: activePage,
});
}
const gridDiv = '.blog';
const grid = $el.closest('section');
const filteredSortedUrl = `${blogUrl}${activeParams.length > 0 ? `?${activeParams.map(v => `${v.key}=${v.value}`).join('&')}` : ''}`;
fetch(filteredSortedUrl)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html');
// Update items
const gridUpdated = html.querySelector(gridDiv).closest('section');
grid.innerHTML = gridUpdated.innerHTML;
$store.ajaxWorking = false;
history.pushState({}, '', filteredSortedUrl);
// Scroll to top.
const scrollTop =
grid.getBoundingClientRect().top + window.scrollY - document.querySelector('.site-header').getBoundingClientRect().height - 40;
window.scrollTo({ top: scrollTop, behavior: 'smooth' });
})
.catch((e) => {
console.error(e);
$store.ajaxWorking = false;
});
"
@paginate="
activePage = $event.detail;
$dispatch('update');
">
Iron-Rich Meals
Iron-Packed & Family Friendly Curried Cauliflower Sweet Potato Soup
Feb 9, 21
|
1 min read
Read More
Iron-Rich Meals
Iron-Rich Vegan
Iron-Packed Cauliflower Sweet Potato Curry
Jan 6, 21
|
1 min read
Read More
Iron-Rich Meals
Iron-Rich Vegan
Iron-Enriched Wild Rice Mushroom Soup
Jun 1, 20
|
1 min read
Read More
Iron-Rich Meals
Iron-Rich Vegan
Iron-Enriched Roasted Cauliflower & Curry Soup
Jun 1, 20
|
2 min read
Read More
Iron-Rich Meals
Iron-Rich Vegan
Sun-Dried Tomato Creamed Mushrooms & Rice
May 4, 20
|
2 min read
Read More




