Joe Mooring
cb98e9061b
tpl/tplimpl: Fix deprecation logic in embedded templates
...
Closes #11658
2023-11-01 17:42:45 +01:00
Joe Mooring
4910312ee7
tpl/tplimpl: Deprecate .Site.Social usage with internal templates
2023-10-17 20:04:24 +02:00
Joe Mooring
f6745ad358
Remove .Site.Authors from embedded templates
...
Closes #4458
2021-04-29 17:07:05 +02:00
Max Arnold
25a6b33693
tpl/tplimpl: Add support for featured and global image to OpenGraph template
2019-11-26 20:11:53 +01:00
Anthony Fok
2b73e89d6d
tpl: Set permission of embedded templates to 0644
2018-07-09 12:57:08 -06:00
Bjørn Erik Pedersen
34ad9a4f17
tpl/tplimpl: Extract internal templates
...
Having them in separate files should make maintainance easier.
When adding new or making changes to the templates:
```bash
mage generate
```
This will get the Go code in sync.
Fixes #4457
2018-05-04 23:12:10 +02:00