helpers: Fix broken test
tplimpl: Output xmlns:xhtml only if there are translations available
Create magefile from Makefile
tpl: Add errorf template function
Clean up lint in various packages
helpers: Fix broken Chroma test
hugolib: Fix broken hightlighter smoke test
vendor: Update dependencies
vendor: Update Chroma
Change SummaryLength to be configurable (#3924)
tpl: Add os.fileExists template function
Merge commit '9d68f695e782c6a83c77aff13317c7a22c694c98'
Squashed 'docs/' changes from 20959c7b..36d7e22f
tpl: Add float template function
hugolib: Move metrics output to the end of the site build
examples: Fix `now` usage in footer
releaser: Prepare repository for 0.30-DEV
releaser: Add release notes to /docs for release of 0.29
releaser: Bump versions for release of 0.29
releaser: Add release notes for 0.29
tpl: Set Metrics at creation time
metrics: Fix sort order
Revert "vendor: Update Chroma"
metrics: Add simple template metrics feature
vendor: Update Chroma
commands: Make noHTTPCache default false
tpl: Add math.Ceil, Floor, and Round to method mappings
Split go build in Dockerfile
Update Dockerfile to benefit build cache
snap: Add git to snap package for GitInfo
Squashed 'docs/' changes from 1662b9d0..20959c7b
Squashed 'docs/' changes from 5be6fef0..1662b9d0
releaser: Prepare repository for 0.29-DEV
releaser: Add release notes to /docs for release of 0.28
releaser: Bump versions for release of 0.28
releaser: Add final 0.28 release notes
releaser: Add release notes draft for 0.28
Merge commit '61c27b58b353c73772aae572c7d822fdfdf7791b'
Merge commit '30694a133a88d5f76a51d0372646e10cbeca7691'
Use Chroma as new default syntax highlighter
tpl: Add urls.Parse function
tpl: Add math.Ceil, Floor, and Round
Make noHTTPCache default on
Trim newlines in the hightlight shortcode
vendor: Update goorgeous
Add liveReloadPort flag to server
Fix the docs helper tool
Allow the pull-docs script to pull other than master
Merge commit '7a89dce53bfbd67a17442a8f9be8fa895fc4f9b1'
Squashed 'docs/' changes from 32356e4e..5be6fef0
commands: Remove superflous space
commands: Rename noHttpCache to noHTTPCache
Add noHttpCache to hugo server
Merge commit 'ba45da9d03056447e4873de13d4e0f8d658a769b'
Squashed 'docs/' changes from 44fe0285..32356e4e
releaser: Prepare repository for 0.28-DEV
releaser: Add release notes to /docs for release of 0.27.1
releaser: Bump versions for release of 0.27.1
releaser: Add release notes for 0.27.1
tpl/tplimpl: Fix escaped HTML Go 1.9 multioutput issue (#3880)
releaser: Prepare repository for 0.28-DEV
releaser: Add release notes to /docs for release of 0.27
releaser: Bump versions for release of 0.27
releaser: Add release notes draft for 0.27
docs: Merge commit '1b4319be62ba071f79e90ef32dbe92eb893429f7'
Squashed 'docs/' changes from 1d052b16..44fe0285
Set up Hugo release flow on CircleCI
tpl/time: Add time.Duration and time.ParseDuration template funcs
tpl/compare: Add cond (ternary) template func
hugolib: Fix "published" front matter handling
hugolib: Fix typo in aquired
docs: Document Related Content
hugolib: Implement "related content"
docs: Merge commit '7d63a23b0c68d9cd7c7c09c2755619237bc03485'
Squashed 'docs/' changes from f887bd7b..1d052b16
output: Fix taxonomy term base template lookup
release: CGO_ENABLED=0
Update Travis build to Go 1.9!
livereload: Maintain the scroll position if possible
Update template_embedded.go
tpl: Prepare for template metrics
tpl: Cleanup strings.TrimPrefix and TrimSuffix
tpl: Add strings.TrimLeft and TrimRight
compare, hugolib, tpl: Add Eqer interface
hugolib: Simplify Page.Eq
hugolib: Do not return error in Eq on type mismatch
hugolib: Rename Page.Equals to Page.Eq
hugolib: Add Page.Equals
hugolib: Rewrite replaceDivider to reduce memory allocation
hugolib: Extract replaceDivider logic
Add an iFrame title to the YouTube shortcode
travis: Pull docutils out into requirements.txt
travis: Fix docutils setup
travis: Try to fix docutils setup on Linux
output: Improve the base template identification