diff --git a/assets/svg/logos/eurostar.svg b/assets/svg/logos/eurostar.svg new file mode 100644 index 00000000..9a5b2da0 --- /dev/null +++ b/assets/svg/logos/eurostar.svg @@ -0,0 +1,3 @@ + + +
Eurostar
Eurostar
\ No newline at end of file diff --git a/assets/svg/logos/ns.svg b/assets/svg/logos/ns.svg new file mode 100644 index 00000000..129ab22a --- /dev/null +++ b/assets/svg/logos/ns.svg @@ -0,0 +1,3 @@ + + +
NS
NS
\ No newline at end of file diff --git a/assets/svg/logos/sncb.svg b/assets/svg/logos/sncb.svg new file mode 100644 index 00000000..5cc8054c --- /dev/null +++ b/assets/svg/logos/sncb.svg @@ -0,0 +1,3 @@ + + +
SNCB
SNCB
\ No newline at end of file diff --git a/assets/svg/logos/zsr.svg b/assets/svg/logos/zsr.svg new file mode 100644 index 00000000..61eacba8 --- /dev/null +++ b/assets/svg/logos/zsr.svg @@ -0,0 +1,3 @@ + + +
ZSSK
ZSSK
\ No newline at end of file diff --git a/content/news/2/image.webp b/content/news/2/image.webp index b8e75adc..8a7db2a8 100644 Binary files a/content/news/2/image.webp and b/content/news/2/image.webp differ diff --git a/layouts/operator/list.html b/layouts/operator/list.html index 86ce774c..e1c05292 100644 --- a/layouts/operator/list.html +++ b/layouts/operator/list.html @@ -10,12 +10,18 @@

{{ i18n $key }}

{{ T "list-disclaimer-link"}}.

- +
+ {{ .Content }} {{ range .Pages }} + +
+ {{ $object := replace .Path (printf "/%s/" .Page.Type) "" }} + {{ partial "ico" (dict "icon" $object "theme" "logos" "size" "50") }} +
+
+ {{ .Title }} +
+
+ {{ end }} +
{{ end }} \ No newline at end of file diff --git a/layouts/partials/sidemenu.html b/layouts/partials/sidemenu.html index 1f2c8e63..f6759d0d 100644 --- a/layouts/partials/sidemenu.html +++ b/layouts/partials/sidemenu.html @@ -33,9 +33,10 @@ {{ $related := .Site.RegularPages.RelatedIndices . "country" }} {{ with $related }} {{ range . }} + {{ $object := replace .Path (printf "/%s/" .Page.Type) "" }}
  • - {{ partial "ico" (dict "icon" "view_cozy" ) }} + {{ partial "ico" (dict "icon" $object "theme" "logos" "size" "35" ) }} {{ .LinkTitle }}
  • @@ -52,9 +53,10 @@