This is the project up to date, I’ve made sure changes are up to date now.
layouts/shortcodes/listbooks.html
{{ range (where .Site.Sections "Type" "in" .Site.Params.mainSections).ByTitle }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
Perfect! Thank you. I have been able to learn a lot thanks to the helpful community here.
Then for featuredbooks it’s simply changing main to featured with a featuredSections param listed in config.
Sounds about right.
Holaa jmooring, veo que usted sabe mucho de este problema y me gustaria consultarle lo siguiente por favor. Solo hace 3 meses cree mi sitio con una plantilla, ahora quiero hacer una modificación y salta lo siguiente:
ERROR failed to load data: failed to load data: “/Users/nataliamontenegro/mystory/data/gallery.yml:9:1”: “_stream.yaml:9:1”: failed to unmarshal YAML: yaml: line 9: did not find expected key
Built in 336 ms
Error: error building site: failed to load data: failed to load data: “/Users/nataliamontenegro/mystory/data/gallery.yml:9:1”: “_stream.yaml:9:1”: failed to unmarshal YAML: yaml: line 9: did not find expected key
Me fije y la ultima actualización de la plantilla fue anterior a la creación de mi sitio.
que podría hacer?
desde ya muchas gracias.
pd: no se nada de nada de estos temas