Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding the root html layout seems to have no effect #497

Open
wgehner opened this issue Feb 25, 2025 · 2 comments
Open

Overriding the root html layout seems to have no effect #497

wgehner opened this issue Feb 25, 2025 · 2 comments
Labels
nuekit Related to nuekit package

Comments

@wgehner
Copy link

wgehner commented Feb 25, 2025

Describe the Bug

Per Docs adding the following to @global/layout.html should change the pages, but it doesn't for me:

<html>
  <head>
    <slot for="head"/>
    <meta property="og:description" :content="og_description">
  </head>

  <body>
    <main>
      <h1>TEST</h1>
      <slot for="content"/>
    </main>
  </body>
</html>

Environment

MAC, 1.0.0 RC 2

@wgehner wgehner added the bug label Feb 25, 2025
@wgehner
Copy link
Author

wgehner commented Feb 27, 2025

This is important, including for migration, so we can use any design system, such as Material Design 3, e.g. with

beer.css

@nobkd nobkd added nuekit Related to nuekit package and removed bug labels Mar 13, 2025
@nobkd
Copy link
Collaborator

nobkd commented Mar 19, 2025

Can confirm

@nobkd nobkd changed the title Overriding the root module seems to have no effect in simple-blog Overriding the root html tag seems to have no effect Mar 25, 2025
@nobkd nobkd changed the title Overriding the root html tag seems to have no effect Overriding the root html layout seems to have no effect Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nuekit Related to nuekit package
Projects
None yet
Development

No branches or pull requests

2 participants