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/archive.html | 90 ----------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 static/archive.html (limited to 'static/archive.html') diff --git a/static/archive.html b/static/archive.html deleted file mode 100644 index 8420b97..0000000 --- a/static/archive.html +++ /dev/null @@ -1,90 +0,0 @@ -{{ define "header" }} -/{{ .Board.Name }}/ - Archive - - - - - - - - - - - -{{ if (index .Posts 0).Preview }} - - -{{ end }} - - -{{ end }} - -{{ define "top" }} -

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

-

{{ .Board.Summary }}

-

Archived Posts

-{{ end }} - -{{ define "content" }} -{{ $board := .Board }} - -
- -
- - - - {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - - {{ end }} - - - - - {{ range $i, $e := .Posts }} - {{ if mod $i 2 }} - - {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - - {{ end }} - - - - - {{ else }} - - {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - - {{ end }} - - - - - {{ end }} - {{ end }} -
No.Excerpt
[Pop]{{ short $board.Actor.Outbox $e.Id }}{{ shortExcerpt $e }}[View]
[Pop]{{ short $board.Actor.Outbox $e.Id }}{{ shortExcerpt $e }}[View]
- -
- - - -
- -{{ end }} - -{{ define "script" }} - - -{{ end }} -- cgit v1.2.3