Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm moving forward with this, and this is my plan: In YASS 3.2:
In YASS 4:
In future version of YASS:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
YASS currently uses the AWS templates parser.
For those not familiar, you can use operators and tags in the layout html files like:
In YASS, the pre & postfix for tags are
{%and%}instead of@_and_@, so in YASS the default is currently:You can change this in your
site.cfg, but if you don't set it, it defaults to{%and%}.I'm trying to weigh the pros of cons of setting the default to
@_and_@since that's what all of AWS's template documentation uses.Some pros are:
@@IF@@,@@TABLE@@etc).Some cons are:
{%and%}are familiar to those migrating from jekyll / liquidStart_TagSeparator = {%andEnd_TagSeparator = %}will have to change their pages or their site will break.What do others think?
Beta Was this translation helpful? Give feedback.
All reactions