Friends, I want to add a code here in /vendor/flarum/core/views/frontend/app.blade.php
, but it might be overwritten when I update Flarum later, so I want to add code to app.blade.php
via extend.php
.
Here is a code I would add: (meta)
<head>
<meta charset="utf-8">
<title>{{ $title }}</title>
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
<meta name="xxx" content="xxx">
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
{!! $head !!}
</head>