From f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 12 Jun 2026 18:35:59 -0700 Subject: move microblog to main blog --- .../themes/MinIndie/layouts/notes/notes.html | 42 --------------------- .../themes/MinIndie/layouts/notes/single.html | 44 ---------------------- 2 files changed, 86 deletions(-) delete mode 100644 indieweb-micro/themes/MinIndie/layouts/notes/notes.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/notes/single.html (limited to 'indieweb-micro/themes/MinIndie/layouts/notes') diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html b/indieweb-micro/themes/MinIndie/layouts/notes/notes.html deleted file mode 100644 index 23aa6d9..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html +++ /dev/null @@ -1,42 +0,0 @@ -{{ define "main" }} -
- {{ $pageKind := .Kind }} - {{ if or .Title .Content }} -
- {{ with .Title }} -

- {{ . }} - RSS icon - h-feed icon -

- {{ end }} - {{ with .Content }}
{{ . }}
{{ end }} -
- {{ end }} - -
- {{ range .Pages }} -
- -

- {{ .Content }} -

- - - - {{ with .Params.Tags }} - - Tags: - {{ range . }} - #{{ . }} - {{ end }} - {{ end }} -
- {{ end }} -
- -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/single.html b/indieweb-micro/themes/MinIndie/layouts/notes/single.html deleted file mode 100644 index 7b96f5c..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/notes/single.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ define "main" }} -{{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} -
-
- -
- - - Permalink -
- - {{- if or .Params.categories .Params.tags -}} - - {{- end -}} - - {{- partial "article-precontent.html" . -}} - -
- {{ .Content }} -
-
-
-{{ end }} -- cgit v1.2.3