Hi,
I added a enhanced homepage handling. You're now able to fund homepage on a page instead of newest post.
In order to do so, you can add a page containing following meta:
{:title "some title" ;not relevant to feature
:layout :home ;other layout may be chosen
:page-index 0 ;if there are more than one defined homepages
:home? true ;relevant meta
}
Layout will be respected.
If you have more than one homepage, the first is chosen.
Homepages will not be rendered as normal page.
As I can see, I preserved backward compatibility.
In addition I added a :debug? switch to configuration - so a more verbose output can be triggered.
Hi, I added a enhanced homepage handling. You're now able to fund homepage on a page instead of newest post.
In order to do so, you can add a page containing following meta:
Layout will be respected. If you have more than one homepage, the first is chosen. Homepages will not be rendered as normal page.
As I can see, I preserved backward compatibility.
In addition I added a :debug? switch to configuration - so a more verbose output can be triggered.