-
e.g. this snippet:
```
{% for category in site.categories %}
{{ category.name }}
{% if category.name contains 'blog' %}
{% for post in category.posts %}
{{ post.title }} {{…
-
I have a simple xshd for syntax highlighting liquid templates.
```
{%
%}
{{
}}
…
-
After updating to the latest version (previously on a build from over a year ago) I am having an issue with link parsing. Not sure if it's a problem with Pretzel or dotliquid and it doesn't seem to af…
-
This is a continuation of [Issue #65](https://github.com/fsprojects/ProjectScaffold/issues/65) from the [scaffolding](https://github.com/fsprojects/ProjectScaffold) project.
@tpetricek suggested to b…
-
I'm quite new to both atom and paket, so it might be a beginner mistake, but I guess we don't want them either.
I installed atom, the fsharp and paket plugin for atom. When I try to run `Add Nuget pa…
-
Similar to `{% include %}` tag except it doesn't expect files to be in the _includes folder, instead they are relative to the tag is used from.
http://jekyllrb.com/docs/templates/#including-files-rel…
-
This snippet does not work with the current version.
{% if page.url contains 'Oplossingen' %} active{% endif %}
The previous release build would put "active" when the file is this "Oplossingen-KlantMo…
-
Hi,
The Block example in https://github.com/dotliquid/dotliquid/wiki/DotLiquid-for-Developers doesn't work, it raise an SyntaxEcception: "random tag was never closed" in the base Initialize method.
I…
-
Hi guys,
I was looking around for static site generator written in C#/F# and found that there isn't a go to option like Jekyll or Middleman or Octopress. Pretzel is pretty good but it's not quite th…
-
This test fails for me (in 1.8.0):
```
[Test]
public void Include_Should_Not_Conflict_With_Assign()
{
Assert.AreEqual("foo", DotLiquid.Template.Parse("{% include 'foo' %}").Render…