hugo/tpl
Joe Mooring 74ce5dc841 tpl/tplimpl: Update schema template
Changes:

- Remove trailing comma from list of keywords.
- Improve keywords precedence:
  1. Use "keywords" term page titles.
  2. Use "keywords" from front matter if "keywords" is not a taxonomy.
  3. Use "tags" term page titles.
  4. Use term page titles from all taxonomies.
- Enable schema for all page kinds, previously limited to kind = page.
- Remove trailing slashes from void elements.
- Improve readability.

Closes #7570

Co-authored by: 0urobor0s <0urobor0s@users.noreply.github.com>
2024-03-28 14:56:02 +01:00
..
cast all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
collections Fix intersect and similar for term entry page collections 2024-03-15 16:45:53 +01:00
compare
crypto all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
css all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
data tpl/data: Fix GetCSV deprecation message 2024-02-01 19:21:15 +01:00
debug Fix panic with debug.Dump with Page when running the server 2024-03-26 20:41:30 +01:00
diagrams
encoding
fmt all: Fix typos 2024-02-11 13:51:33 +02:00
hugo
images all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
inflect
internal Upgrade to Go 1.22.1 2024-03-15 16:40:36 +01:00
js
lang
math all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
openapi
os
page
partials
path all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
reflect
resources Fix Name for nested resourced fetched in resources.ByName and similar 2024-03-13 18:59:50 +02:00
safe
site
strings all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
templates
time all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
tplimpl tpl/tplimpl: Update schema template 2024-03-28 14:56:02 +01:00
transform all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
urls all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
template.go
template_info.go Create default link and image render hooks 2024-01-30 20:12:19 +01:00
template_test.go