diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-05 21:01:12 +0000 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-05 21:01:12 +0000 |
commit | f7a556559b17c6267ff898f68cae02a49bf87da6 (patch) | |
tree | 99ddd3d1b83c7bb94dfb8863bdad742afb53cd22 /themes/problematic/layouts/partials/posts.html | |
parent | 62443b2f690d52b4949f8a92fa713ab6848be606 (diff) |
site works with no css
Diffstat (limited to '')
-rw-r--r-- | themes/problematic/layouts/partials/posts.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html new file mode 100644 index 0000000..8ff3eb2 --- /dev/null +++ b/themes/problematic/layouts/partials/posts.html @@ -0,0 +1,6 @@ +<h3>Posts</h3> +<ul id="posts"> +{{- range where site.RegularPages "Type" "in" site.Params.mainSections }} + {{ .Render "li" }} +{{- end }} +</ul> |