Skip to content

Commit 77cc865

Browse files
committed
Place DDTH2025 banner
Place Digital Democracy The Hague 2025 banner
1 parent 7e2c7a0 commit 77cc865

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

_data/blocks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@
7777
"link_title": "Read the full statement!"
7878
}
7979
},
80+
"digital-democracy-the-hague-2025": {
81+
"nl": {
82+
"title": "Digital Democracy The Hague 2025: twee dagen vol digitale democratie met 350 experts en mensen uit de praktijk.",
83+
"link": "https://ddth25.polisnl.org/",
84+
"link_title": "Meer informatie en gratis aanmelding!"
85+
},
86+
"en": {
87+
"title": "Digital Democracy The Hague 2025: two days of digital democracy with 350 experts and practitioners.",
88+
"link": "https://ddth25.polisnl.org/",
89+
"link_title": "More information and free registration!"
90+
}
91+
},
8092
"building-together": {
8193
"nl": {
8294
"title": "Samenwerken aan een open, eerlijke en inclusieve digitale overheid.",

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
{% include nav.html %}
88
<header>
9-
{% assign action = site.data.blocks.standaard-voor-publieke-code-launched[page.lang] %}
9+
{% assign action = site.data.blocks.digital-democracy-the-hague-2025[page.lang] %}
1010
<div class="action-box action-appathon-statement-announcement">
1111
<div class="action-box__action"><span>{{action.title}}</span></div>
1212
<div class="action-box__link"><span><a href="{{action.link}}"class="action-box__link">{{action.link_title}}</a></span></div>

0 commit comments

Comments
 (0)