File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11@extends (' _layouts.master' )
22
3- @section (' body' )
3+ @section (' meta' )
4+ @endsection
45
6+ @section (' body' )
57<div class =" min-h-screen" >
68 <div id =" sidebar" class =" hidden z-50 fixed pin-y pin-l overflow-y-scroll scrolling-touch bg-smoke-light w-4/5 md:w-full md:max-w-xs flex-none border-r-2 border-smoke md:flex flex-col" >
79 <div class =" border-b border-smoke flex-none px-8 py-6" >
Original file line number Diff line number Diff line change 1010 <link rel =" manifest" href =" /manifest.json" >
1111 <link rel =" mask-icon" href =" /safari-pinned-tab.svg" color =" #00b4b6" >
1212
13- <meta name =" twitter:card" content =" summary_large_image" >
14- <meta name =" twitter:site" content =" @tailwindcss " >
15- <meta name =" twitter:title" content =" Tailwind CSS" >
16- <meta name =" twitter:description" content =" A utility-first CSS framework for rapidly building custom user interfaces." >
17- <meta name =" twitter:image" content =" https://tailwindcss.com/img/launch-card-optimized.png" >
18- <meta name =" twitter:creator" content =" @tailwindcss " >
13+ @yield (' meta' )
1914
2015 <meta name =" theme-color" content =" #ffffff" >
2116 <title >{{ $page -> title ? $page -> title . ' - Tailwind CSS' : ' Tailwind CSS - A Utility-First CSS Framework for Rapid UI Development' } } </title >
Original file line number Diff line number Diff line change 11@extends (' _layouts.master' )
22
3+ @section (' meta' )
4+ <meta name =" twitter:card" content =" summary_large_image" >
5+ <meta name =" twitter:site" content =" @tailwindcss " >
6+ <meta name =" twitter:title" content =" Tailwind CSS" >
7+ <meta name =" twitter:description" content =" A utility-first CSS framework for rapidly building custom user interfaces." >
8+ <meta name =" twitter:image" content =" https://tailwindcss.com/img/launch-card-optimized.png" >
9+ <meta name =" twitter:creator" content =" @tailwindcss " >
10+ @endsection
11+
312@section (' body' )
413
514<div class =" flex flex-col" >
You can’t perform that action at this time.
0 commit comments