summaryrefslogtreecommitdiff
path: root/source/_layouts/tag.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/tag.blade.php')
-rw-r--r--source/_layouts/tag.blade.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/_layouts/tag.blade.php b/source/_layouts/tag.blade.php
new file mode 100644
index 0000000..86bcc97
--- /dev/null
+++ b/source/_layouts/tag.blade.php
@@ -0,0 +1,10 @@
+@extends('_layouts.master')
+
+@section('article')
+ <ol>
+ @foreach ($page->posts($posts) as $post)
+ @include('_partials.postStub')
+ @endforeach
+ </ol>
+@endsection
+