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/npost.html | 66 ------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 static/npost.html (limited to 'static/npost.html') diff --git a/static/npost.html b/static/npost.html deleted file mode 100644 index cf78db7..0000000 --- a/static/npost.html +++ /dev/null @@ -1,66 +0,0 @@ -{{ define "header" }} -/{{ .Board.Name }}/ - {{ .PostId }} - - - - - - - - - - - -{{ if (index .Posts 0).Preview }} - - -{{ end }} -{{ end }} - -{{ define "content" }} -{{ $board := .Board }} - -
- -
- -{{ template "posts" . }} - -
- - - - - {{ if eq (index .Posts 0).Type "Note" }} - - {{ end }} - - -
- - - [Post a Reply] - - {{ $replies := (index .Posts 0).Replies }} - {{ $replies.TotalItems }} / {{ $replies.TotalImgs }} -
- -
-{{ end }} - -{{ define "script" }} - - - -{{ end }} -- cgit v1.2.3