jonnybarnes.uk/resources/views/likes/show.blade.php

10 lines
210 B
PHP

@extends('master')
@section('title')Like « @stop
@section('content')
@include('templates.like', ['like' => $like])
<!-- POSSE to Twitter -->
<a href="https://brid.gy/publish/twitter"></a>
@stop