Skip to content

Commit

Permalink
Update timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Mar 28, 2024
1 parent 975d26f commit 285bb18
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import postcss from "lume/plugins/postcss.ts";
import { walkSync } from 'std/fs/mod.ts';

// Importing the OI Lume charts and utilities
import oiCharts from "https://deno.land/x/[email protected].7/mod.ts";
import oiCharts from "https://deno.land/x/[email protected].8/mod.ts";
import autoDependency from "https://deno.land/x/[email protected]/processors/auto-dependency.ts";
import csvLoader from "https://deno.land/x/[email protected]/loaders/csv-loader.ts";
import jsonLoader from "lume/core/loaders/json.ts";
Expand Down
1 change: 1 addition & 0 deletions src/themes/economy/covid-grants.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Covid grants (England)
theme: economy
created: 2023-08-10T23:46
updated: 2023-08-10T23:46
description: |
Data on the coronavirus (COVID-19) business grant schemes.
viz:
Expand Down
1 change: 1 addition & 0 deletions src/themes/economy/house-prices.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: House prices (England & Wales)
theme: economy
created: 2023-08-10T20:05
updated: 2023-08-10T20:05
description: |
Constituency-level data on house prices.
viz:
Expand Down
2 changes: 1 addition & 1 deletion src/themes/economy/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=economy", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/economy/unemployment.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Unemployment
theme: economy
created: 2023-08-10T23:45
updated: 2023-08-10T23:45
description: |
Constituency-level data on people claiming unemployment benefits.
config:
Expand Down
1 change: 1 addition & 0 deletions src/themes/economy/wages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Wages (England, Scotland & Wales)
theme: economy
created: 2023-08-10T20:35
updated: 2023-08-10T20:35
description: |
Constituency-level data on wages.
config:
Expand Down
1 change: 1 addition & 0 deletions src/themes/energy/fuel-poverty.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Fuel poverty (England)
theme: energy
created: 2023-10-05T14:38
updated: 2023-10-05T14:38
description: |
Fuel poverty in England is measured using the Low Income Low Energy Efficiency (LILEE) indicator.
config:
Expand Down
1 change: 1 addition & 0 deletions src/themes/energy/households-off-gas-grid.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Households off the gas grid (England, Scotland, and Wales)
theme: energy
created: 2023-10-05T14:38
updated: 2023-10-05T14:38
description: |
Estimates of households that are off the gas grid (England, Scotland, and Wales)
config:
Expand Down
2 changes: 1 addition & 1 deletion src/themes/energy/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=energy", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/environment/city-town-classification.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: City & town classification (England, Scotland & Wales)
theme: environment
created: 2023-08-17T17:15
updated: 2023-08-17T17:15
description: |
The House of Commons Library's classification according to the size of the settlements people live in.
config:
Expand Down
1 change: 1 addition & 0 deletions src/themes/environment/climate-change-projections.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Climate change projections (England, Scotland and Wales)
theme: environment
created: 2023-10-10T18:35
updated: 2023-10-10T18:35
description: |
Projections taken from the Met Office's UKCP18 dataset. They represent the change in the climate for the years 2051-2080 (so roughly 2065) compared to 1981-2010.
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/environment/green-belt/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Green belt (England)
theme: environment
created: 2024-01-16T09:21
updated: 2024-01-16T09:21
description: Fraction of each constituency that constitutes green belt.
---

Expand Down
2 changes: 1 addition & 1 deletion src/themes/environment/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=environment", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/health/disability.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Disability (England & Wales)
theme: health
created: 2023-08-16T15:37
updated: 2023-08-16T15:37
description: |
Disability as measured in the 2021 census at constituency-level (England & Wales).
config:
Expand Down
2 changes: 1 addition & 1 deletion src/themes/health/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=health", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/society/child-poverty.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Child poverty (UK)
theme: society
created: 2023-08-24T15:59
updated: 2023-08-24T15:59
description: |
Child poverty by constituency (UK).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/society/electorate.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Electorate (UK)
theme: society
created: 2023-08-16T20:06
updated: 2023-08-16T20:06
description: |
Electorate by constituency (UK).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/society/eu-referendum.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: EU Referendum (England, Scotland & Wales)
theme: society
created: 2023-08-16T12:46
updated: 2023-08-16T12:46
description: |
Estimates of constituency-level voting for the 2016 EU Referendum (GB).
config:
Expand Down
2 changes: 1 addition & 1 deletion src/themes/society/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=society", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/society/population.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Population (UK)
theme: society
created: 2023-09-13T13:32
updated: 2023-09-13T13:32
description: |
Population by constituency (UK).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/society/regions.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Nations and regions (UK)
theme: society
created: 2023-09-13T14:15
updated: 2023-09-13T14:15
description: |
Showing constituencies by nation and region (UK).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/society/school-allocations.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: School funding (England)
theme: society
created: 2023-10-24T17:10
updated: 2023-10-24T17:10
description: |
School funding by constituency (England).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/society/sexuality.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Sexuality (England and Wales)
theme: society
created: 2023-10-10T21:00
updated: 2023-10-10T21:00
description: |
This dataset provides Census 2021 estimates that classify usual residents aged 16 years and over in England and Wales by sexual orientation. The estimates are as at Census Day, 21 March 2021.
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/transport/active-travel.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Active Travel (England)
theme: transport
created: 2023-09-13T18:51
updated: 2023-09-13T18:51
description: |
Walking and cycling (England).
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/transport/distance-travelled-to-work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Distance travelled to work (England and Wales)
theme: transport
created: 2023-10-10T20:58
updated: 2023-10-10T20:58
description: |
This dataset provides Census 2021 estimates that classify usual residents aged 16 years and over in employment the week before the census in England and Wales by the distance they travelled to work.
---
Expand Down
1 change: 1 addition & 0 deletions src/themes/transport/ev-charging-points.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Electric Vehicle Charging
theme: transport
created: 2023-08-31T16:40
updated: 2023-08-31T16:40
description: |
Electric vehicle charging points by constituency (UK).
---
Expand Down
2 changes: 1 addition & 1 deletion src/themes/transport/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
<ul>
{% for page in search.pages("theme=transport", "order title") %}
{% if page.data.title!=title and not page.data.draft %}
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a></li>
<li><a href="{{ page.data.url }}">{{ page.data.title }}</a>{% if page.data.updated %} - last updated {{ page.data.updated | date('do MMMM yyyy') }}{% endif %}</li>
{% endif %}
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions src/themes/transport/road-traffic-accidents.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Road accidents (GB)
theme: transport
created: 2023-08-15T17:52
updated: 2023-08-15T17:52
description: |
Constituency-level data on road accidents in England, Scotland and Wales.
config:
Expand Down

0 comments on commit 285bb18

Please sign in to comment.