fix blockquotes and linking
This commit is contained in:
parent
5073e5e2a4
commit
ef1b2a1e5e
2 changed files with 6 additions and 19 deletions
|
@ -1,6 +1,7 @@
|
|||
{{- $itemType := default "CreativeWork" .schemaType -}}
|
||||
|
||||
{{- $pages := where ( where .g.Site.Pages "Section" .section ) "title" .title | first 1 -}}
|
||||
{{ warnf "%x" ( len ( where .g.Site.Pages "Section" .section ) ) }}
|
||||
{{- $pages := where ( where .g.Site.Pages "Section" .section ) "Title" .title | first 1 -}}
|
||||
|
||||
{{- with .c -}}
|
||||
{{- with $pages -}}{{- range . -}}<a href="{{ .RelPermalink }}">{{- end -}}{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue