no longer use i18n for messages
This commit is contained in:
+10
-8
@@ -3,12 +3,15 @@
|
||||
<article class="article">
|
||||
<section class="hero-section">
|
||||
<div class="container">
|
||||
<img></img>
|
||||
<h2 class="text-3xl ">contact page</h2>
|
||||
<h1 class="title">ติดต่อเรา</h1>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container">
|
||||
|
||||
<section class="page-section">
|
||||
<div class="container">
|
||||
<p>
|
||||
มีวิธีเดียวที่จะติดต่อเราได้คือไปรษณีย์อิเล็กทรอนิกส์ postmaster[at]unix.in.th
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
@@ -16,13 +19,12 @@
|
||||
|
||||
<script setup>
|
||||
const config = useRuntimeConfig();
|
||||
const baseUrl = config.public.baseUrl
|
||||
|
||||
useHead({
|
||||
title: '*nix in Thailand',
|
||||
titleTemplate: '%s',
|
||||
title: 'ติดต่อ',
|
||||
meta: [
|
||||
{ property: 'og:type', content: 'website' }
|
||||
{ name: 'description', content: 'ติดต่อเรา' },
|
||||
{ property: 'og:type', content: 'article' }
|
||||
]
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user