From 94ef10d1fe4ed27f8442944c25ecc0300c5e5655 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 27 Aug 2026 00:11:47 -0700 Subject: Add subtitle to books --- src/view/main.phel | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/view') diff --git a/src/view/main.phel b/src/view/main.phel index f7a0190..809b765 100644 --- a/src/view/main.phel +++ b/src/view/main.phel @@ -52,6 +52,9 @@ [:label {:for "title"} "Title: "] [:input {:type "text" :name "title"}] [:br] + [:label {:for "subtitle"} "Subtitle: "] + [:input {:type "text" :name "subtitle"}] + [:br] [:label {:for "author"} "Author: "] [:input {:type "text" :name "author"}] [:input {:type "submit"}]]]]]])) -- cgit v1.3-2-g0d8e