From: danix Date: Mon, 6 Feb 2023 09:49:18 +0000 (+0100) Subject: removed unused layout templates. Cleanup on breadcrumbs. X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=d81ebda757393a75abf2f663108583a10abaa102 removed unused layout templates. Cleanup on breadcrumbs. --- diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index fd8cc6b..995f7c0 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -1,28 +1,31 @@ -
    - {{- /* declare a 'variable' to store the each link position */}} - {{- $data := newScratch }} +
+ \ No newline at end of file diff --git a/layouts/partials/home-social-links.html b/layouts/partials/home-social-links.html index cb921a0..187053c 100644 --- a/layouts/partials/home-social-links.html +++ b/layouts/partials/home-social-links.html @@ -1,13 +1,10 @@ diff --git a/layouts/post/single-baseof.html b/layouts/post/single-baseof.html deleted file mode 100644 index 1253cd5..0000000 --- a/layouts/post/single-baseof.html +++ /dev/null @@ -1,23 +0,0 @@ - - - {{- partial "head.html" . -}} - -
- - {{- partial "header.html" . -}} - {{- partial "breadcrumbs.html" . -}} -
-
-
- {{- block "post-main" . }}{{- end }} -
-
- -
- {{- partial "footer.html" . -}} -
- - diff --git a/layouts/post/single.html b/layouts/post/single.html deleted file mode 100644 index 87a61c5..0000000 --- a/layouts/post/single.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ define "post-main" }} -
- {{ .Content }} -
-{{ end }}