From b02f813e519dc890f2eb4827ff52cff3ff90c828 Mon Sep 17 00:00:00 2001
From: FChannel <>
Date: Sun, 19 Jun 2022 12:47:32 -0700
Subject: v0.1.0
---
static/nposts.html | 65 ------------------------------------------------------
1 file changed, 65 deletions(-)
delete mode 100644 static/nposts.html
(limited to 'static/nposts.html')
diff --git a/static/nposts.html b/static/nposts.html
deleted file mode 100644
index 336edb6..0000000
--- a/static/nposts.html
+++ /dev/null
@@ -1,65 +0,0 @@
-{{ define "header" }}
-
{{ .Title }}
-
-
-
-
-
-
-
-
-
-
-{{ end }}
-
-{{ define "content" }}
-{{ $board := .Board }}
-
-
-
-{{ template "posts" . }}
-
-
-
-
-
-
-{{ if gt .TotalPage 0 }}
-{{ $totalPage := .TotalPage }}
-
- {{ $page := .CurrentPage }}
- {{ if gt $page 0 }}
- - [<]
- {{ end }}
- {{ range $i, $e := .Pages }}
- {{ if eq $i $page}}
- - [{{ $i }}]
- {{ else }}
- - [{{ $i }}]
- {{ end }}
- {{ end }}
- {{ if lt .CurrentPage .TotalPage }}
- - [>]
- {{ end }}
-
-{{ end }}
-{{ end }}
-
-{{ define "script" }}
-
-
-{{ end }}
--
cgit v1.2.3