From 13fddffc60b9cd6350e888ea4e92745a58e1f256 Mon Sep 17 00:00:00 2001
From: FChannel <>
Date: Sun, 30 May 2021 23:50:40 -0700
Subject: added finger methods for getting the actor
---
static/npost.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'static/npost.html')
diff --git a/static/npost.html b/static/npost.html
index b91b795..e3c4cec 100644
--- a/static/npost.html
+++ b/static/npost.html
@@ -14,6 +14,8 @@
+{{ $board.Restricted }}
+
{{ template "posts" . }}
--
cgit v1.2.3
From 60b6bdf1c021fcffff397c7b1439a1407ed90f0a Mon Sep 17 00:00:00 2001
From: FChannel <>
Date: Tue, 1 Jun 2021 00:45:05 -0700
Subject: changed actor to type Group and other clean up
---
static/npost.html | 2 --
1 file changed, 2 deletions(-)
(limited to 'static/npost.html')
diff --git a/static/npost.html b/static/npost.html
index e3c4cec..b91b795 100644
--- a/static/npost.html
+++ b/static/npost.html
@@ -14,8 +14,6 @@
-{{ $board.Restricted }}
-
{{ template "posts" . }}
--
cgit v1.2.3
From cc24155859b65653495747bd0b38be9bcef33298 Mon Sep 17 00:00:00 2001
From: FChannel <>
Date: Thu, 17 Jun 2021 00:21:07 -0700
Subject: added html meta data as well as basic hover effect on links
---
static/npost.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'static/npost.html')
diff --git a/static/npost.html b/static/npost.html
index b91b795..740018b 100644
--- a/static/npost.html
+++ b/static/npost.html
@@ -1,4 +1,21 @@
{{ define "header" }}
+/{{ .Board.Name }}/ - {{ .PostId }}
+
+
+
+
+
+
+
+
+
+
+
+{{ if (index .Posts 0).Preview }}
+
+
+{{ end }}
+
{{ end }}
--
cgit v1.2.3