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