hugo/tpl
Bjørn Erik Pedersen ba1d0051b4 media: Make Type comparable
So we can use it and output.Format as map key etc.

This commit also fixes the media.Type implementation so it does not need to mutate itself to handle different suffixes for the same MIME type, e.g. jpg vs. jpeg.

This means that there are no Suffix or FullSuffix on media.Type anymore.

Fixes #8317
Fixes #8324
2021-03-14 15:21:54 +01:00
..
cast all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
collections all: Fix minor typos 2020-12-16 12:11:32 +01:00
compare all: Fix minor typos 2020-12-16 12:11:32 +01:00
crypto all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
data tpl/data: Add default user-agent header for getJSON requests 2021-02-01 09:31:02 +01:00
debug tpl: Add debug.Dump 2020-07-02 09:04:46 +02:00
encoding tpl: Extend Jsonify to support options map 2020-04-07 20:01:57 +02:00
fmt all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
hugo all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
images all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
inflect Fix some humanize issues 2021-02-14 18:30:59 +01:00
internal tpl: Add temporary patch to fix template data race 2021-02-18 14:11:48 +01:00
js all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
lang all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
math all: Fix minor typos 2020-12-16 12:11:32 +01:00
openapi/openapi3 Add Dart Sass support 2020-12-30 17:32:25 +01:00
os tpl/os: remove 1mb limit for readFile. 2021-01-23 00:39:14 +01:00
partials tpl: Fix metrics hint tracking 2021-01-08 20:01:11 +01:00
path all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
reflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resources Add Dart Sass support 2020-12-30 17:32:25 +01:00
safe all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
site all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
strings tpl: Add method mappings for strings.Contains, strings.ContainsAny 2021-02-23 09:36:43 +01:00
templates all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
time all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
tplimpl media: Make Type comparable 2021-03-14 15:21:54 +01:00
transform all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
urls all: Fix minor typos 2020-12-16 12:11:32 +01:00
template.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
template_info.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00