-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12cb7d4
commit 4ef8ced
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- title: Empty Homes for Good | ||
url: "https://www.tomforth.co.uk/emptyhomesforgood/" | ||
colour: c5-bg | ||
- title: Building A Housing Data Explorer | ||
url: 'https://open-innovations.org/blog/2024-08-28-building-a-housing-data-explorer' | ||
colour: c6-bg | ||
- title: Insights from the Housing Data Explorer | ||
url: "https://open-innovations.org/blog/2024-08-30-insights-from-the-housing-data-explorer" | ||
colour: c7-bg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Blog posts | ||
navorder: 40 | ||
colour: c13-bg | ||
--- | ||
<div class='grid'> | ||
{{ for blog of blogs }} | ||
{{ comp.navgrid({ heading: blog.title , link: blog.url, colour: blog.colour }) }} | ||
{{ /for }} | ||
</div> |