From 41039b36ec75467076ada2bb0f6f7866eafaea09 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 20:10:07 -0400 Subject: feat: Main Page to search for man pages Added a main index page that uses HTMX to search for man pages and place the contents on the page. --- templates/error.html | 5 +---- templates/template.html | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/error.html b/templates/error.html index 444e1ae1..cd463928 100755 --- a/templates/error.html +++ b/templates/error.html @@ -12,7 +12,7 @@
@@ -20,8 +20,5 @@

{{.Code}} {{.Message}}

- diff --git a/templates/template.html b/templates/template.html index 2103cfac..b2d1ad05 100755 --- a/templates/template.html +++ b/templates/template.html @@ -8,24 +8,21 @@ Feel free to look around, you might find something interesting."/> - Jacob McDonnell + Man Pages +
{{.}}
- -- cgit v1.2.3