From 12740acdf4e223b4dc4c681ab8c0cfa211d76f49 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Sun, 2 May 2021 04:16:37 +0600 Subject: [PATCH] Update single page Signed-off-by: hossainemruz --- layouts/notes/single.html | 6 +++--- layouts/partials/note-aggregator.html | 18 ------------------ 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 layouts/partials/note-aggregator.html diff --git a/layouts/notes/single.html b/layouts/notes/single.html index b35edb6..152cb52 100644 --- a/layouts/notes/single.html +++ b/layouts/notes/single.html @@ -40,9 +40,7 @@
-
- {{ .Content }} -
+ {{ .Content }}
@@ -50,6 +48,8 @@ {{ define "scripts" }} + + diff --git a/layouts/partials/note-aggregator.html b/layouts/partials/note-aggregator.html deleted file mode 100644 index 02f8146..0000000 --- a/layouts/partials/note-aggregator.html +++ /dev/null @@ -1,18 +0,0 @@ -{{ $paginator := .Paginate .RegularPagesRecursive 10 }} -{{ range $paginator.Pages }} - {{ if .Layout }} - {{/* ignore search.md file*/}} - {{ else }} - {{$id := .Params.Menu.Notes.Identifier }} - - {{ .Content }} - - {{ end }} -{{ end }} \ No newline at end of file