allcentury / jekyll_last_modified_at

0 stars 0 forks source link

This is gross and need to test it more #1

Closed allcentury closed 3 months ago

allcentury commented 1 year ago

For some reason blocks are only called if text is included in them, ie:

{% some_block %}
hello
{% end %}

but this doesn't call the tag function...

{% some_block %}
{% end %}