Closed ghost closed 4 years ago
Hi, glad you're enjoying the project :)
1-3 should be easy to fix. I've have to take a closer look to see what's going on with 4.
Since you're working on a theme, would you be interested in submitting a PR for this?
Hi,
Correct, no. 1 and no. 2 is fixable with selmer
blocks; no. 3 can just ignore :page
context. On no. 4; it's really outside any context iirc.
Regarding the theme, sure, I'd gladly send a PR once it's finished :)
Hi great job w/ Cryogen :)
I've recently tried to make a Cryogen theme and found some interesting bugs (mostly unexpected values from each layout context):
author.html
useshome
as:active-page
value => Expected:author
to reflect its layouttag.html
andtags.html
both usestags
as:active-page
value => Expected:tag
fortag.html
home.html
andpreviews.html
has:post
context on:page
keyword => Expected::page
should have page-related contextstoc
seems to start ath3
downwards and there's no option to change it => Expected: Should start ath2
(or at least have an option to specify starting point)