mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Merge pull request #1586 from pixelfed/frontend-ui-refactor
Update SiteController
This commit is contained in:
commit
905ddf0fc9
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class SiteController extends Controller
|
|||
public function about()
|
||||
{
|
||||
return Cache::remember('site:about', now()->addHours(12), function() {
|
||||
app()->setLocale('en');
|
||||
$page = Page::whereSlug('/site/about')->whereActive(true)->first();
|
||||
$stats = [
|
||||
'posts' => Status::whereLocal(true)->count(),
|
||||
|
|
Loading…
Reference in a new issue