@extends('master') @section('title') Micropub Config « @stop @section('content')
The values for your micropub endpoint.
{{ $data['me'] }}
{{ $data['token'] }}
none defined
@else
{{ prettyPrintJson($data['syndication']) }}
@endif{{ $data['media-endpoint'] }}
Get a new token.
Re-query the endpoint.
Return to client.
@stop @section('scripts') @stop