beauty treatment #2
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<main>
|
||||
<article class="article">
|
||||
<section class="web-section" aria-labelledby="hero" aria-describedby="hero-desc">
|
||||
<h1 id="hero" class="font-hero">Posts</h1>
|
||||
<p id="hero-desc" class="font-hero-desc">This is where I post my thoughts, articles, and updates.</p>
|
||||
<h1 id="hero" class="font-hero">{{ TITLE }}</h1>
|
||||
<p id="hero-desc" class="font-hero-desc">{{ DESC }}</p>
|
||||
</section>
|
||||
<section class="web-section" aria-labelledby="latest-posts" aria-describedby="latest-posts-paragraph-1">
|
||||
<h2 class="web-title" id="latest-posts">All Posts</h2>
|
||||
@@ -16,7 +16,7 @@
|
||||
<script setup>
|
||||
const config = useRuntimeConfig();
|
||||
const TITLE = "Posts"
|
||||
const DESC = "Techit's posts and writings."
|
||||
const DESC = "Also known as blog because this is where I post my thoughts, articles, and updates."
|
||||
|
||||
useSeoMeta({
|
||||
title: TITLE,
|
||||
|
||||
Reference in New Issue
Block a user