wrap content in main tag, add language to html root

This commit is contained in:
Suzanne Aitchison 2019-10-12 12:21:42 +01:00
parent 06e5d4c9e7
commit 0750ffae68
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template>
<div class="screen bg-primary dark">
<div class="content">
<main class="content">
<nuxt />
</div>
</main>
<div class="footer">
<nuxt-link to="/login">Login</nuxt-link>

View File

@ -8,6 +8,9 @@ export default {
*/
head: {
title: pkg.name,
htmlAttrs: {
lang: 'en-US'
},
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },