From 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 22 Mar 2025 19:41:55 +0000 Subject: implement editing pages --- templates/pages/page.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'templates/pages/page.php') diff --git a/templates/pages/page.php b/templates/pages/page.php index 97cea6d..4babb9d 100644 --- a/templates/pages/page.php +++ b/templates/pages/page.php @@ -13,27 +13,6 @@ call_template('skeleton', [ 'ogHandle' => '@' . $note->author->getFullHandle(true) ], function () use ($note, $page) { ?>
-
-

title) ?>

- - $note->author]); ?> - ' . htmlspecialchars($note->author->displayName) . '' - ) ?> - -
- created)) ?> -
- modified) && $note->modified != $note->created): ?> -
- modified)) ?> -
- -
-
- getBestContentAsHtml() ?> -
-
+ $note, 'page' => $page]); ?>