-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Endrer title på storybook og legger til meta tags * Legger til og:image * Removing image
- Loading branch information
1 parent
fd72705
commit 8709816
Showing
4 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<link rel="icon" type="image/png" href="/favicon.png" sizes="192x192" /> | ||
<meta name="description" content="Kartverkets Designsystem" /> | ||
|
||
<script> | ||
document.title = "Kartverkets Designsystem"; | ||
</script> | ||
|
||
<meta name="author" content="Kartverket" /> | ||
<meta | ||
name="description" | ||
content="En samling av ressurser som hjelper oss å skape intuitive, tilgjengelige og knallbra opplevelser for brukere av Kartverkets tjenester." | ||
/> | ||
<meta name="keywords" content="Kartverkets Designsystem" /> | ||
<meta name="news_keywords" content="Kartverkets Designsystem" /> | ||
|
||
<meta property="og:title" content="Kartverkets Designsystem" /> | ||
<meta | ||
property="og:description" | ||
content="En samling av ressurser som hjelper oss å skape intuitive, tilgjengelige og knallbra opplevelser for brukere av Kartverkets tjenester." | ||
/> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://design.kartverket.no" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<meta charset="utf-8" /> | ||
<title>KVIB</title> | ||
<link rel="icon" href=".storybook/kvib_logo.svg" /> | ||
<link rel="canonical" href="https://kartverket.github.io/kvib/" /> | ||
<title>Kartverkets Designsystem</title> | ||
<link rel="canonical" href="https://design.kartverket.no" /> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.