summaryrefslogtreecommitdiff
path: root/source/_layouts/tag.blade.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-20 23:15:30 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-20 23:15:30 +0100
commit23af28d0587025ee2b41dd5620442309860d06d6 (patch)
tree259ea96b557a827bce402624d0833b7068100955 /source/_layouts/tag.blade.php
parent04f7e8f440b98037e295fe16f0f948a8e9d0c234 (diff)
Remove Jigswaw files
Diffstat (limited to 'source/_layouts/tag.blade.php')
-rw-r--r--source/_layouts/tag.blade.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/_layouts/tag.blade.php b/source/_layouts/tag.blade.php
deleted file mode 100644
index 5277bd8..0000000
--- a/source/_layouts/tag.blade.php
+++ /dev/null
@@ -1,10 +0,0 @@
-@extends('_layouts.master')
-
-@section('article')
- <ol class="list-none">
- @foreach ($page->posts($posts) as $post)
- @include('_partials.postStub')
- @endforeach
- </ol>
-@endsection
-