Skip to content

Commit

Permalink
Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
altinnadmin committed Aug 20, 2024
1 parent f65a18a commit 8e7433b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion content/brukeropplevelse-og-datadeling/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ banner:
alt: Illustration of a person holding a mobile screen on his knee

navigation_link:
text: Her kan du lese mer om hvordan vi i BOD jobber og er organisert
text: Her kan du lese mer om hvordan avdeling BOD er organisert
---

## For å bli verdensmester i digitalisering, må vi være verdensmester i samarbeid sier leder Andreas Gjertin Rafaelsen i BOD:
Expand Down
2 changes: 1 addition & 1 deletion content/felleslosninger/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ banner:
alt: Illustration of a person holding a mobile screen on his knee

navigation_link:
text: Her kan du lese mer om hvordan vi i FEL jobber og er organisert
text: Her kan du lese mer om hvordan avdeling FEL er organisert
---
2 changes: 1 addition & 1 deletion i18n/no.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- id: 'our-products'
translation: 'Våre produkter'
- id: 'organization'
translation: 'Organisasjon'
translation: 'Organisering'
- id: 'overview-of-information'
translation: 'Oversikt over informasjonskilder og verktøy'
- id: 'teams-in-group'
Expand Down
44 changes: 22 additions & 22 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="">{{ .Title }}</h1>
<a
class="navigation-card__content"
href="{{ .RelPermalink }}"
style="background-color: #e9eaec"
style="background-color: #d2eafd"
>
<h3
class="navigation-card__title navigation-card__title--small"
Expand Down Expand Up @@ -91,7 +91,7 @@ <h1 class="">{{ .Title }}</h1>
<a
class="navigation-card__content"
href="{{ .RelPermalink }}"
style="background-color: #e9eaec"
style="background-color: #d2eafd"
>
<h3
class="navigation-card__title navigation-card__title--small"
Expand Down Expand Up @@ -125,26 +125,6 @@ <h1 class="">{{ .Title }}</h1>
</div>
</div>
{{ end }}
{{ with .Site.GetPage "/organisasjonskart" }}
<div class="col-lg-4">
<div class="navigation-card">
<a
class="navigation-card__content nav-card-external__content"
href="{{ .Params.external_url }}"
target="_blank"
>
<h3
class="navigation-card__title navigation-card__title--small"
>
<u>{{ .Title }}</u>
</h3>
<p class="navigation-card__desc navigation-card__desc--small">
{{ .Params.navigation_link.text }}
</p>
</a>
</div>
</div>
{{ end }}
</div>
</div>
</div>
Expand Down Expand Up @@ -199,6 +179,26 @@ <h1 class="">{{ .Title }}</h1>
</div>
</div>
{{ end }}
{{ with .Site.GetPage "/organisasjonskart" }}
<div class="col-lg-4">
<div class="navigation-card">
<a
class="navigation-card__content nav-card-external__content"
href="{{ .Params.external_url }}"
target="_blank"
>
<h3
class="navigation-card__title navigation-card__title--small"
>
<u>{{ .Title }}</u>
</h3>
<p class="navigation-card__desc navigation-card__desc--small">
{{ .Params.navigation_link.text }}
</p>
</a>
</div>
</div>
{{ end }}
</div>
</div>
</div>
Expand Down

0 comments on commit 8e7433b

Please sign in to comment.