summaryrefslogtreecommitdiffstats
path: root/layouts/_default/list.json.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 15:15:11 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 15:15:11 +0200
commit6b2b8e81e631a1fec44bdb94d5177cf5c56287c9 (patch)
tree994d425dd7ea4e4d57986e64fefd712de8011c03 /layouts/_default/list.json.json
parent512e94b28b243105e053c1090f56ac31846bc7cf (diff)
downloadgohugo-theme-ed-6b2b8e81e631a1fec44bdb94d5177cf5c56287c9.tar.gz
Added multilanguage support
Diffstat (limited to 'layouts/_default/list.json.json')
-rw-r--r--layouts/_default/list.json.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.json.json b/layouts/_default/list.json.json
index 308bd96..30b6f80 100644
--- a/layouts/_default/list.json.json
+++ b/layouts/_default/list.json.json
@@ -16,7 +16,7 @@
{
"version": "https://jsonfeed.org/version/1.1",
- "title": {{ (printf "%s" (partial "title.html" .)) | htmlUnescape | jsonify }},{{/* TODO: Translate title */}}
+ "title": {{ (printf "%s" (partial "title.html" .)) | htmlUnescape | jsonify }},
"home_page_url": {{ printf "%s?utm_source=json_feed" site.BaseURL | absURL | jsonify }},
{{ with .OutputFormats.Get "JSON" }}"feed_url": {{ .Permalink | absURL | jsonify }},{{ end }}
{{ with site.Params.description}}"description": {{ site.Params.description | jsonify }},{{ end }}