From f23c6ed4f84055551b459d235c4a675faf017cea Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 1 Jun 2022 02:09:01 +0900 Subject: Draft basic CBZ rendering --- templates/archive.html | 19 +++++++++++++++++++ templates/index.html | 1 + 2 files changed, 20 insertions(+) create mode 100644 templates/archive.html (limited to 'templates') diff --git a/templates/archive.html b/templates/archive.html new file mode 100644 index 0000000..d3d8e0b --- /dev/null +++ b/templates/archive.html @@ -0,0 +1,19 @@ + + + + + +{{.Title}} + + +{{range .Entries}} +{{.Name}}{{end}} + + diff --git a/templates/index.html b/templates/index.html index 39785aa..67f96fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ + {{.}} -- cgit 1.4.1