tpl: Do not return any value in errorf
tpl: Add a warnf template func
hugolib: Improve error and reload handling of hook templates in server mode
deps: Update to Goldmark v1.1.17
docs: Regen docshelper
tpl/collections: Some more params merge adjustments
Preserve HTML Text for image render hooks
Fix abs path handling in module mounts
Fix incorrect MIME type from image/jpg to image/jpeg
deps: Update Goldmark
Preserve HTML Text for link render hooks
tpl/collections: Fix merge vs Params
tpl: Get rid of the custom template truth logic
docs: Footnote
Add render template hooks for links and images
Merge commit '2e711a28c71e8667258e5ab824f9b9a71c261b0a'
Squashed 'docs/' changes from 51c4f3184..af4b7ac5b
Enhance accessibility to issues
deps: Re-introduce the correct version of Goldmark
tpl: Add some comments
Rework template handling for function and map lookups
Create lightweight forks of text/template and html/template
markup/tableofcontents: Add config option for ordered list
releaser: Prepare repository for 0.62.0-DEV
releaser: Add release notes to /docs for release of 0.61.0
releaser: Bump versions for release of 0.61.0
releaser: Add release notes for 0.61.0
deps: Update Goldmark
Deprecate Ace and Amber
markup: Add typographic chars from goldmark to toc
tpl/partials: Allow any key type in partialCached
markup: Reimplement pygmentsCodefencesGuessSyntax
deps: Update Goldmark
releaser: Prepare repository for 0.61.0-DEV
releaser: Add release notes to /docs for release of 0.60.1
releaser: Bump versions for release of 0.60.1
releaser: Add release notes for 0.60.1
deps: Update minify
Fix headless regression
deps: Update Goldmark
hugolib: Fix timeout number parsing for YAML/JSON config
releaser: Prepare repository for 0.61.0-DEV
releaser: Add release notes to /docs for release of 0.60.0
releaser: Bump versions for release of 0.60.0
releaser: Add release notes for 0.60.0
modules: Add some more output if modules download takes time
Add some internal template image tests
tpl/tplimpl: Featured and Site.Params image support for Schema
hugolib: Disable test assertion on Windows
deps: Update Goldmark
tpl/tplimpl: Add support for featured and global image to OpenGraph template
hugolib: Fix cascade in server mode
hugolib: Fix .Sections vs siblings
Fix language handling in ExecuteAsTemplate
hugolib: Adjust .Site.Permalinks deprecation level
hugolib: Remove .Site.Ref/RelRef
hugolib: Fix recently broken timeout config
commands: Use HUGO_ENV if set
resources/images: Make the image cache more robust
Update to Go 1.13.4 and Go 1.12.13
mage: Restore -v behaviour
hugolib: Increase default timeout value to 30s
hubolig: Fix potential data race
Revert "deps: Update Goldmark"
deps: Update Goldmark
mage: Fix mage check on darwin and add debugging output
commands: Fix jekyll metadata import on individual posts
Improve grammar in README.md
markup/highlight: Replace the temp for with a dependency
deps: Update Goldmark
markup/tableofcontents: GoDoc etc.
Minor cleanups
Add Goldmark as the new default markdown handler
Fix Params case handling in the index, sort and where func
Fix GetPage Params case issue
common/para: Add parallel task executor helper
Add some more output if loading modules takes time
Update homepage.md
hugolib: Add a benchmark
modules: Do not check for remote modules if main project is vendored
hugolib: Fix emoji handling inside shortcodes
tpl/collections: Allow dict to create nested structures
commands: Add hint when dir not empty
tpl/collections: Add collections.Reverse
tpl/collections: Make index work with slice as the last arg
Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'
Squashed 'docs/' changes from 723da4a37..51c4f3184
hubolib: Headless bundles should not be listed in .Pages
Support Go time format strings in permalinks
travis: Increase timeout to 30000 for mage -v check
Prepare for Goldmark
deps: Update quicktest
hugolib: Fix ref/relref anhcor handling
deps: Update to Chroma v0.6.9 for Java lexer fix
tpl/collections: Add some index map test cases