From f5ce181aa89d295e108bd25cb7c6914cf020d565 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 12 Jun 2021 01:37:18 +0200 Subject: Show first image from items content If a item has at least one Markdown image embedded in its content, show this image within the
tag in the item.php template files. --- theme/admin/html/page/item.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme/admin/html/page') diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php index a92b2fd..c61984c 100644 --- a/theme/admin/html/page/item.php +++ b/theme/admin/html/page/item.php @@ -8,6 +8,9 @@
+ + +

@@ -26,4 +29,4 @@
  • " title="text('delete_page')?>">
  • - \ No newline at end of file + -- cgit v1.2.3