sparanoid/almace-scaffolding

Liquid Exception: Invalid syntax for include tag.

jaschadub opened this issue · 2 comments

When trying to run after clean install on local machine.

$ bundler exec jekyll serve
Configuration file: /home/user/Documents/almace-scaffolding-2.0.12/_config.yml
            Source: _app
       Destination: _site
 Incremental build: disabled. Enable with --incremental
      Generating... 
  Liquid Exception: Invalid syntax for include tag. File contains invalid characters or sequences: /themes//layouts/post.html Valid syntax: {% include file.ext param='value' param2='value' %} in /_layouts/post.html
jekyll 3.8.5 | Error:  Invalid syntax for include tag. File contains invalid characters or sequences:

  /themes//layouts/post.html

Valid syntax:

  {% include file.ext param='value' param2='value' %}

You should run grunt serve to serve your site locally.

Closing for now, feel free to reopen this issue if you still have further questions regarding this.