html lang attribute
This commit is contained in:
parent
d469f88baf
commit
b04fb7f381
@ -12,6 +12,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
},
|
||||
charset: 'utf-8',
|
||||
viewport: 'width=device-width, initial-scale=1.0',
|
||||
title: 'lunasqu.ee',
|
||||
|
@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<main>
|
||||
<Section>
|
||||
<template v-slot:header>
|
||||
<h1>About me</h1>
|
||||
@ -55,8 +56,8 @@
|
||||
<ul>
|
||||
<li>User accounts with display names and avatars</li>
|
||||
<li>
|
||||
Administration panel created using Vue.js for managing users and OAuth
|
||||
clients
|
||||
Administration panel created using Vue.js for managing users and
|
||||
OAuth clients
|
||||
</li>
|
||||
<li>A news outlet</li>
|
||||
</ul>
|
||||
@ -98,8 +99,8 @@
|
||||
<a href="https://github.com/arut/nginx-rtmp-module" target="_blank"
|
||||
>nginx-rtmp-module</a
|
||||
>
|
||||
as the livestream server and channels are created for select Icy Network
|
||||
users only.
|
||||
as the livestream server and channels are created for select Icy
|
||||
Network users only.
|
||||
</p>
|
||||
<h3>Features</h3>
|
||||
<ul>
|
||||
@ -126,6 +127,7 @@
|
||||
</p>
|
||||
<p>© 2018 - {{ currentYear }} Evert Prants</p>
|
||||
</footer>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
Loading…
Reference in New Issue
Block a user