hugo/tpl
Daniel Tipping 6205d56b85 Use .Lastmod for og:updated_time
.Lastmod is the time at which the website was most recently updated,
rather than .Date which is the time at which the website content file
was created.
2020-05-07 18:42:20 +02:00
..
cast Some minify configuration adjustments 2020-03-20 20:35:57 +01:00
collections Add support for sort by boolean 2020-05-02 11:57:34 +02:00
compare Add support for sort by boolean 2020-05-02 11:57:34 +02:00
crypto
data tpl: Fix error with unicode in file paths 2020-03-09 13:31:04 +01:00
encoding tpl: Extend Jsonify to support options map 2020-04-07 20:01:57 +02:00
fmt
hugo
images
inflect
internal tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
lang
math tpl: Add math.Sqrt 2020-02-24 23:45:04 +01:00
os
partials tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00
path
reflect
resources Rename transpileJS to babel 2020-04-29 10:51:33 +02:00
safe
site
strings
templates tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00
time
tplimpl Use .Lastmod for og:updated_time 2020-05-07 18:42:20 +02:00
transform deps: Update to latest emoji package 2020-04-08 12:56:14 +02:00
urls markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
template.go Fix handling of HTML files without front matter 2020-03-09 15:01:55 +01:00
template_info.go
template_test.go