From 8631669dc32f0b8fcf211a95b9913b7e30a088e9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 26 May 2018 16:40:52 -0600 Subject: [PATCH] Add about view --- resources/views/site/about.blade.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/views/site/about.blade.php diff --git a/resources/views/site/about.blade.php b/resources/views/site/about.blade.php new file mode 100644 index 000000000..433d3f283 --- /dev/null +++ b/resources/views/site/about.blade.php @@ -0,0 +1,12 @@ +@extends('site.partial.template') + +@section('section') + +
+

About

+
+
+
+

PixelFed is a federated image sharing platform, powered by the ActivityPub protocol.

+
+@endsection \ No newline at end of file