Skip to content

Commit de2a691

Browse files
committed
Adds dynamic meta tags for the site index page
1 parent 363a5cd commit de2a691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/site/modules/Index/views/index.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@extends('site-layout')
22

3+
@section('meta-title', 'Modular: Ready to build')
4+
5+
@section('meta-description', 'Your amazing site')
6+
37
@section('bodyEndScripts')
48
@vite('resources-site/js/index-app.js')
59
@endsection

0 commit comments

Comments
 (0)