Condition to find (detect) amp home and single pages

Hi @alexandros, thanks, I did go through the above topic before posting.


A little bit of struggle and I Found the issue: it was because I was using :man_facepalming:

{{- partial "schema.html" | safeHTML -}}  

Using {{- partial "schema.html" . -}} now. Things are working as expected. :open_hands:

For reference both .IsHome and .Site.Pages work without the need to reference amp.

1 Like