Skip to content

Commit

Permalink
chore: update hrefs
Browse files Browse the repository at this point in the history
paulovareiro29 committed Sep 20, 2024
1 parent c0ef921 commit a6397bd
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/pages/publisher-overview.twig
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'Meinung für Köln',
description: 'Auf dem Beteiligungsportal der Stadt Köln "Meinung für Köln", werden Impulse für das Stadtentwicklungskonzept gesammelt.',
datasets: 21
@@ -40,7 +40,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'Landesdatenbank NRW',
description: 'Daten zu den Kreisen und Gemeinden des Landes Nordrhein-Westfalen.',
datasets: 113
@@ -50,7 +50,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'Touristischer Data Hub NRW',
description: 'Der Data Hub NRW bündelt touristische Daten aus ganz Nordrhein-Westfalen, um Gästen touristische Informationen einfach und schnell bereitzustellen.',
datasets: 1
@@ -60,7 +60,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'GrowSmarter',
description: 'transforming cities for a smart, sustainable Europe.',
datasets: 1
@@ -70,7 +70,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'Kölner Zoo',
description: 'Aktiengesellschaft Zoologischer Garten Köln.',
datasets: 3
@@ -80,7 +80,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'KölnBäder GmbH',
description: 'KölnBäder GmbH',
datasets: 1
@@ -90,7 +90,7 @@
<div class='col-12 col-md-6 col-lg-4 mb-5'>
{%
include 'partials::content-layout/cl_publisher.twig' with {
href: './publisher',
href: './publisher-datasets',
title: 'VHS Koeln',
description: 'Die Volkshochschule Köln - Weiterbildungseinrichtung',
datasets: 1
2 changes: 1 addition & 1 deletion src/partials/base/b_header.twig
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
</li>
<li><a href='./overview' class='nav-link'>Daten</a></li>
<li><a href='#' class='nav-link'>News</a></li>
<li><a href='#' class='nav-link'>Herausgeber</a></li>
<li><a href='./publisher-overview' class='nav-link'>Herausgeber</a></li>
<li><a href='./apps' class='nav-link'>Apps</a></li>
<li><a href='#' class='nav-link'>Anfragen</a></li>
</ul>

0 comments on commit a6397bd

Please sign in to comment.