From 65e79e6a743f447f320595dafec530212a568b9d Mon Sep 17 00:00:00 2001 From: anomalous69 <81135357+anomalous69@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:02:27 +1300 Subject: Move square brackets out of --- static/archive.html | 8 ++++---- static/manage.html | 14 +++++++------- static/nadmin.html | 8 ++++---- static/ncatalog.html | 6 +++--- static/posts.html | 16 ++++++++-------- static/top.html | 8 ++++---- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/static/archive.html b/static/archive.html index e5476ea..8420b97 100644 --- a/static/archive.html +++ b/static/archive.html @@ -50,20 +50,20 @@ {{ if mod $i 2 }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Pop] + [Pop] {{ end }} {{ short $board.Actor.Outbox $e.Id }} {{ shortExcerpt $e }} - [View] + [View] {{ else }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Pop] + [Pop] {{ end }} {{ short $board.Actor.Outbox $e.Id }} {{ shortExcerpt $e }} - [View] + [View] {{ end }} {{ end }} diff --git a/static/manage.html b/static/manage.html index dc25468..c3d818c 100644 --- a/static/manage.html +++ b/static/manage.html @@ -9,20 +9,20 @@ -[Return] +[Return] {{ $actor := .Board.Actor.Id }} {{ $board := .Board }} {{ $key := .Key }} {{ if .IsLocal }}

Following

- {{ if .AutoSubscribe }}[Toggle Auto Follow Off]{{ else }}[Toggle Auto Follow On]{{ end }} + [{{ if .AutoSubscribe }}Toggle Auto Follow Off{{ else }}Toggle Auto Follow On{{ end }}]

@@ -31,7 +31,7 @@
also https://fchan.xyz/g/following or https://fchan.xyz/g/followers
@@ -51,7 +51,7 @@ diff --git a/static/nadmin.html b/static/nadmin.html index e8fbc36..8ee4800 100644 --- a/static/nadmin.html +++ b/static/nadmin.html @@ -18,8 +18,8 @@ @@ -36,7 +36,7 @@ {{ $actor := .Actor }} {{ $key := .Key }} {{ range .Following }} -
  • [Unfollow]{{ . }}
  • +
  • [Unfollow]{{ . }}
  • {{ end }} @@ -71,7 +71,7 @@ {{ if .PostBlacklist }} {{ end }} diff --git a/static/ncatalog.html b/static/ncatalog.html index 6a830d0..8039c5b 100644 --- a/static/ncatalog.html +++ b/static/ncatalog.html @@ -33,12 +33,12 @@ {{ range .Posts }}
    {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Post] + [Delete Post] {{ end }} {{ if .Attachment }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Attachment] - [Mark Sensitive] + [Delete Attachment] + [Mark Sensitive] {{ end }}