bjuppa / laravel-blog

Flexible blog functionality for your Laravel project
MIT License
48 stars 8 forks source link

Add htmlHead partial & load it in the blog layout #55

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

This would be good to add anything to the html head without overriding the entire resources/views/layouts/blog.blade.php file.

Useful for favicon links and manifest meta data.