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

Add default blade layout #39

Open
wants to merge 1 commit into
base: vite
Choose a base branch
from
Open

Add default blade layout #39

wants to merge 1 commit into from

Conversation

theokbokki
Copy link
Member

Rajoute un layout blade avec des metas de base, notamment la meta robots noindex,nofollow.

Exemple d'utilisation

<x-layout :title="__('home.pagetitle')">
    <x-slot name="metas">
        <meta name="description" content="Who lives in a pineapple under the sea...?">
    </x-slot>

    <h1>Spongebob Squarepants!</h1>
</x-layout>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant