You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
# Specify that things in the episodes collection should be output.
collections:
episodes:
output: true
permalink: /:path/
extras:
output: true
# Set the default layout for things in the episodes collection.
defaults:
- values:
root: ..
- scope:
path: ""
type: episodes
values:
layout: episode
to
# Specify that things in the episodes collection should be output.
collections:
episodes_es:
output: true
permalink: /:path/
extras:
output: true
# Set the default layout for things in the episodes collection.
defaults:
- values:
root: ..
- scope:
path: ""
type: episodes_es
values:
layout: episode
Translate _layouts and _includes
You need to replace episodes with episodes_es in all for-loops.
The text was updated successfully, but these errors were encountered:
This is a alternative to #10.
Replace _episodes with _episodes_es
In
_config.yml
, changeto
Translate
_layouts
and_includes
You need to replace
episodes
withepisodes_es
in all for-loops.The text was updated successfully, but these errors were encountered: