Error AtlasError Documentation and Resolution

GitHub Pages failed because a tag was not properly terminated

Tag not properly terminated

GitHub Pages could not build the site because a Liquid or template tag is malformed and does not terminate correctly.

Tag not properly terminatedbuild
Tag not properly terminated
  • A Liquid tag is malformed and missing the correct terminator.
  • Template markup contains broken delimiters or stray characters inside a tag.
  • Edits to layouts, includes, or content introduced invalid Liquid syntax.
  1. Review the failing template and correct the malformed tag ending.
  2. Compare the tag against valid Liquid syntax and fix mismatched delimiters.
  3. Run the site locally so the exact template line can be debugged more easily.
GitHub Docs: Troubleshooting Jekyll build errors for GitHub Pages sites
GitHub Pages tag not properly terminated: causes and fixes | Error Atlas