1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-30 02:16:21 +00:00
hugo/hugolib
Tatsushi Demachi 78e9229c52 Fix "hugo new" EOF error with an archetype file without the final EOL
This rewrites `extractFrontMatterDelims` function to make it work with
an archetype file without the final EOL and adds more detailed error
messages and comments.

It also removes `matches` and `matches_quick` functions which aren't
called anywhere.
2015-01-10 19:48:35 +01:00
..
author.go
benchmark_test.go
handler_base.go
handler_file.go
handler_meta.go
handler_page.go
media.go
menu.go
menu_test.go Revert "Temporarily disable failing menu test" 2015-01-01 23:40:14 +01:00
node.go
page.go Add in-section Next/Prev content pointers 2015-01-05 18:26:09 +01:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go Fix "hugo new" EOF error with an archetype file without the final EOL 2015-01-10 19:48:35 +01:00
page_time_integration_test.go
pageGroup.go
pageGroup_test.go
pageSort.go
pagesPrevNext.go
pagesPrevNext_test.go
path_seperators_test.go
path_seperators_windows_test.go
permalinks.go
permalinks_test.go
planner.go
redis.cn.md
rss_test.go
shortcode.go Add configurable support for angled quotes 2014-12-26 14:31:55 +01:00
shortcode_test.go Remove noisy Println in test 2014-12-19 14:21:05 +01:00
shortcodeparser.go
shortcodeparser_test.go
site.go Add in-section Next/Prev content pointers 2015-01-05 18:26:09 +01:00
site_show_plan_test.go
site_test.go
site_url_test.go
siteinfo_test.go
sitemap.go
sitemap_test.go
summary.go
taxonomy.go
taxonomy_test.go