theme
This commit is contained in:
@@ -9,7 +9,12 @@ templ Layout(title string, cssPath string, jsPath string, menu []pscatalog.MenuI
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>{ title }</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css"/>
|
||||
<link rel="stylesheet" href={ cssPath }/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.js" defer></script>
|
||||
<script type="module" src={ jsPath } defer></script>
|
||||
</head>
|
||||
<body class="min-h-screen text-stone-900 antialiased">
|
||||
@@ -21,9 +26,9 @@ templ Layout(title string, cssPath string, jsPath string, menu []pscatalog.MenuI
|
||||
<span class="text-base">✉</span>
|
||||
<span>info@9b-plus.com</span>
|
||||
</a>
|
||||
<a class="inline-flex items-center gap-2 transition hover:text-amber-600" href="tel:+420533312341">
|
||||
<a class="inline-flex items-center gap-2 transition hover:text-amber-600" href="tel:+48221532426">
|
||||
<span class="text-base">☎</span>
|
||||
<span>+420 533 312 341</span>
|
||||
<span>+48 221 532 426</span>
|
||||
</a>
|
||||
</div>
|
||||
if hasHeaderLocale(locale) {
|
||||
|
||||
Reference in New Issue
Block a user