From 5b52d269faa2ce2014d0feba603a2122361cf4eb Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Fri, 29 Apr 2022 10:36:43 -0700 Subject: general layout organization --- views/partials/general_scripts.html | 1 + views/partials/post_nav.html | 7 +++++++ views/partials/post_scripts.html | 2 ++ views/partials/postscripts.html | 3 --- views/partials/top.html | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 views/partials/general_scripts.html create mode 100644 views/partials/post_nav.html create mode 100644 views/partials/post_scripts.html delete mode 100644 views/partials/postscripts.html (limited to 'views/partials') diff --git a/views/partials/general_scripts.html b/views/partials/general_scripts.html new file mode 100644 index 0000000..d59309e --- /dev/null +++ b/views/partials/general_scripts.html @@ -0,0 +1 @@ + diff --git a/views/partials/post_nav.html b/views/partials/post_nav.html new file mode 100644 index 0000000..eab52d1 --- /dev/null +++ b/views/partials/post_nav.html @@ -0,0 +1,7 @@ + +
  • [Top]
  • +
  • [Refresh]
  • diff --git a/views/partials/post_scripts.html b/views/partials/post_scripts.html new file mode 100644 index 0000000..f23255c --- /dev/null +++ b/views/partials/post_scripts.html @@ -0,0 +1,2 @@ + + diff --git a/views/partials/postscripts.html b/views/partials/postscripts.html deleted file mode 100644 index f26e354..0000000 --- a/views/partials/postscripts.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/views/partials/top.html b/views/partials/top.html index 7c03c36..032e86b 100644 --- a/views/partials/top.html +++ b/views/partials/top.html @@ -1,4 +1,4 @@ -
    +

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

    {{ .Board.Summary }}

    {{ $len := len .Posts }} -- cgit v1.2.3