diff --git a/resources/views/micropub/config.blade.php b/resources/views/micropub/config.blade.php index ea97003a..da781920 100644 --- a/resources/views/micropub/config.blade.php +++ b/resources/views/micropub/config.blade.php @@ -5,6 +5,9 @@ Micropub Config « @stop @section('content') +@if (session('error')) +

{{ session('error') }}

+@endif

The values for your micropub endpoint.

Me (your url)
{{ $data['me'] }}