From 503860fcafa922066ae79b3bf2f0342b41b15bdc Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 7 May 2020 20:56:33 +0100 Subject: [PATCH] removing page we are unable to currently handle to continue with micropub.rocks tests --- layouts/_default/section.html | 2 +- themes/anatole/layouts/_default/single.html | 2 +- themes/anatole/layouts/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 6ffdf402..aba3b3cd 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -16,7 +16,7 @@ {{ if eq .Type "photo"}}
{{ range .Page.Params.Photo }} - + {{end}}
{{end}} diff --git a/themes/anatole/layouts/_default/single.html b/themes/anatole/layouts/_default/single.html index 09baa4b5..f82cf85a 100644 --- a/themes/anatole/layouts/_default/single.html +++ b/themes/anatole/layouts/_default/single.html @@ -15,7 +15,7 @@ {{ if eq .Type "photo"}}
{{ range .Page.Params.Photo }} - + {{end}}
{{end}} diff --git a/themes/anatole/layouts/index.html b/themes/anatole/layouts/index.html index 079286f7..4da4216b 100644 --- a/themes/anatole/layouts/index.html +++ b/themes/anatole/layouts/index.html @@ -19,7 +19,7 @@ {{ if eq .Type "photo"}}
{{ range .Page.Params.Photo }} - + {{end}}
{{end}}