This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: layout.pug
|
||||
lang: pl
|
||||
permalink: /pl/
|
||||
---
|
||||
section(class="min-h-screen flex flex-col items-center justify-center px-6 text-center")
|
||||
h1(class="text-5xl font-bold tracking-tight mb-4")= i18n[lang].hero_title
|
||||
p(class="text-lg text-gray-400 max-w-xl mb-10")= i18n[lang].hero_subtitle
|
||||
a(href="/" class="text-sm text-gray-500 hover:text-gray-300 underline underline-offset-4")= i18n[lang].lang_switch_label
|
||||
|
||||
footer(class="pb-8 text-center text-xs text-gray-600")
|
||||
p= i18n[lang].footer_text
|
||||
Reference in New Issue
Block a user