Joe Mooring
|
133e4bfbee
|
Remove empty href element from pagination template
Closes #9149
|
2021-12-02 09:14:30 +01:00 |
|
Raoul
|
f75f90079a
|
Fix tab selection of disabled items in internal pagination template
|
2021-07-05 10:30:59 +02:00 |
|
Joe Mooring
|
34e4742f0c
|
Fix date format in schema and opengraph templates
Fixes #8671
|
2021-06-29 20:20:38 +02:00 |
|
Joe Mooring
|
73483d0f9e
|
tpl: Add a terse pagination template variant to improve performance
These calls are equivalent:
{{ template "_internal/pagination.html" . }}
{{ template "_internal/pagination.html" (dict "page" .) }}
{{ template "_internal/pagination.html" (dict "page" . "format" "default") }}
To use an alternate format:
{{ template "_internal/pagination.html" (dict "page" . "format" "terse") }}
Fixes #8599
|
2021-06-08 10:41:21 +02:00 |
|
Daniel Atwood
|
ba16a14c6e
|
Add support for Google Analytics v4
|
2021-03-03 13:30:06 +01:00 |
|
Bjørn Erik Pedersen
|
b5485aeae7
|
Add breaking tests for "map read and map write in templates"
The fix upstream in Go was reverted, so we apply a temporary patch for this in Hugo.
Updates #7293
|
2021-02-18 14:11:48 +01:00 |
|
Bjørn Erik Pedersen
|
d90e37e0c6
|
all: Format code with gofumpt
See https://github.com/mvdan/gofumpt
|
2020-12-03 13:12:58 +01:00 |
|
Bjørn Erik Pedersen
|
77aa385b84
|
Enable the embedded template test when race detector is off
See #5926
|
2020-06-25 09:16:28 +02:00 |
|
Bjørn Erik Pedersen
|
dcde8af8c6
|
Add some internal template image tests
Closes #6542
|
2019-11-27 09:24:08 +01:00 |
|
Bjørn Erik Pedersen
|
9e57182705
|
tests: Convert from testify to quicktest
|
2019-08-12 13:26:32 +02:00 |
|
Bjørn Erik Pedersen
|
ad5703a917
|
hugolib: Disable racy test
See #5926
|
2019-05-03 09:20:39 +02:00 |
|
Christian Oliff
|
2e6712e281
|
tpl: Always load GA script over HTTPS
|
2018-06-09 23:47:44 +02:00 |
|
Bjørn Erik Pedersen
|
1f1d955b56
|
Add anonymizeIP to GA privacy config
See #4751
|
2018-05-25 10:53:39 +02:00 |
|
Bjørn Erik Pedersen
|
35ccf06dae
|
Fix some recently broken embedded templates
And add tests for them.
Fixes #4757
|
2018-05-23 10:03:11 +02:00 |
|