diff --git a/portfolio/site.hs b/portfolio/site.hs index 4842378..b592266 100644 --- a/portfolio/site.hs +++ b/portfolio/site.hs @@ -142,7 +142,7 @@ isUpcoming cutoff item = do langDict :: String -> Context a langDict "nl" = - constField "welcome" "Welkom" <> + constField "welcome" "Welkom op mijn website, hier plaats ik artikelen over mijn hobbies." <> constField "switcher" "Taal" <> constField "title-japan" "Japan" <> constField "title-plamo" "Plamo" <> @@ -151,7 +151,7 @@ langDict "nl" = mempty langDict "jp" = - constField "welcome" "ようこそ" <> + constField "welcome" "私のウェブサイトへようこそ。ここでは趣味についての記事を投稿しています。" <> constField "switcher" "言語" <> constField "title-japan" "日本" <> constField "title-plamo" "プラモ" <> @@ -160,7 +160,7 @@ langDict "jp" = mempty langDict "en" = - constField "welcome" "Welcome" <> + constField "welcome" "Welcome to my website, here I post articles about my hobbies." <> constField "switcher" "Language" <> constField "title-japan" "Japan" <> constField "title-plamo" "Plamo" <> diff --git a/portfolio/templates/index.html b/portfolio/templates/index.html index 0d06628..f9f7220 100644 --- a/portfolio/templates/index.html +++ b/portfolio/templates/index.html @@ -1,7 +1,5 @@
$welcome$
-This part of my website is still under construction, please excuse my mess.
-$switcher$: Nederlands | 日本語 | English
diff --git a/portfolio/templates/navbar.html b/portfolio/templates/navbar.html index fcc9a29..f21af86 100644 --- a/portfolio/templates/navbar.html +++ b/portfolio/templates/navbar.html @@ -20,6 +20,17 @@