summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2018-10-21tpl: Update Jsonify to return pretty-print outputSean Prashad
2018-10-17tpl: Improve the Execute panic error messageBjørn Erik Pedersen
2018-10-16commands: Show server error info in browserBjørn Erik Pedersen
2018-10-16tpl: Use .Lastmod in embedded schema templateAkshay Raj Gollahalli
2018-10-08common/maps: Improve append in ScratchBjørn Erik Pedersen
2018-10-07Revert "tpl: Fix baseof.html in error message"Bjørn Erik Pedersen
2018-10-06tpl: Fix baseof.html in error messageBjørn Erik Pedersen
2018-10-03Render Markdown in figure shortcode "caption" and "attr" paramsKaushal Modi
2018-10-03Re-organize the figure shortcode for better readabilityKaushal Modi
2018-10-03tpl: Cast IsSet key to int for indexed typesCameron Moore
2018-10-02tpl/collections: Fix handling of different interface types in SliceBjørn Erik Pedersen
2018-10-02tpl: Add a delimiter parameter to lang.NumFmtCameron Moore
2018-09-22tpl/collections: Allow first function to return an empty sliceRicardo N Feliciano
2018-09-22tpl/opengraph: Use safeHTMLAttr instead of safeHTML for HTML attributesRicardo N Feliciano
2018-09-14tpl/collections: Add collections.AppendBjørn Erik Pedersen
2018-09-11tpl/data: Revise error handling in getJSON and getCSVBjørn Erik Pedersen
2018-09-11tpl: Show error on union or intersect of uncomparable typesCameron Moore
2018-09-10tpl/collections: Improve type handling in collections.SliceBjørn Erik Pedersen
2018-09-08tpl/collections: Allow pointer receiver in GroupBjørn Erik Pedersen
2018-09-08tpl/collections: Add group template funcBjørn Erik Pedersen
2018-09-07tpl/strings: Add strings.FirstUpperBjørn Erik Pedersen
2018-09-07tpl: Fix golint godoc issuesCameron Moore
2018-08-23tpl/tplimpl: Make the autogenerated templates collapsed in PRsBjørn Erik Pedersen
2018-08-19tpl/tplimpl: Fix .Site.Params case regressionBjørn Erik Pedersen
2018-08-17tpl/tplimpl: Fix compiling Amber templates that import other templates Steven Allen
2018-08-14tpl/tplimpl: Reimplement the ".Params tolower" template transformerBjørn Erik Pedersen
2018-08-12tpl: Suppress blank lines from opengraph internal templateAnthony Fok
2018-08-06tpl/tmplimpl: Add MIME type to embedded JSBjørn Erik Pedersen
2018-08-06Add support for minification of final outputBjørn Erik Pedersen
2018-08-06Remove alias of os.Statsatotake
2018-08-06Renmae FileStat Statsatotake
2018-08-06Fix typosatotake
2018-08-06Add fileStat to tpl/os/ossatotake
2018-07-31tpl/partials: Add templates.ExistsBjørn Erik Pedersen
2018-07-31tpl/partials: Remove superflous loopBjørn Erik Pedersen
2018-07-18Add optional lang as argument to rel/relrefBjørn Erik Pedersen
2018-07-12Improve type support in resources.ConcatBjørn Erik Pedersen
2018-07-11Flush partialCached cache on rebuildsBjørn Erik Pedersen
2018-07-09tpl: Set permission of embedded templates to 0644Anthony Fok
2018-07-06Add a newScratch template funcBjørn Erik Pedersen
2018-07-06Add Hugo Piper with SCSS support and much moreBjørn Erik Pedersen
2018-07-01tpl/collections: Return en empty slice in after instead of errorBjørn Erik Pedersen
2018-06-26tpl: Remove some "debug info"Bjørn Erik Pedersen
2018-06-26tpl: Update internal pagination template to support Bootstrap 4Bjørn Erik Pedersen
2018-06-23Revert "tpl: Support text/template/parse API change in go1.11"Anthony Fok
2018-06-14tpl: Support text/template/parse API change in go1.11Anthony Fok
2018-06-10Add support for theme composition and inheritanceBjørn Erik Pedersen
2018-06-09tpl: Always load GA script over HTTPSChristian Oliff
2018-06-09tplimpl: Remove speakerdeck shortcodeAlexandros
2018-06-04tpl/strings: strings.RuneCountDavid E. Wheeler