Skip to content

iampeterbanjo/eleventy-pug-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eleventy Pug error

MVP for errors when using front matter with Pug template using Eleventy static site generator as reported in #358

Steps

  • npm install and then npm run test
  • Expected: Eleventy should compile pug template without errors
  • Actual: Error is reported
> Having trouble rendering pug template ./list.pug (TemplateContentRenderError)
> Having trouble compiling template ./list.pug (TemplateContentCompileError)
> _includes:1:1
  > 1| /blog/
-------^

unexpected token "slash" (Error)

Note

About

mvp of eleventy pug template error

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages