|
|
@ -43,6 +43,7 @@ class SiteController extends Controller
|
|
|
|
public function about()
|
|
|
|
public function about()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return Cache::remember('site:about', now()->addHours(12), function() {
|
|
|
|
return Cache::remember('site:about', now()->addHours(12), function() {
|
|
|
|
|
|
|
|
app()->setLocale('en');
|
|
|
|
$page = Page::whereSlug('/site/about')->whereActive(true)->first();
|
|
|
|
$page = Page::whereSlug('/site/about')->whereActive(true)->first();
|
|
|
|
$stats = [
|
|
|
|
$stats = [
|
|
|
|
'posts' => Status::whereLocal(true)->count(),
|
|
|
|
'posts' => Status::whereLocal(true)->count(),
|
|
|
|