Skip to content

Commit

Permalink
🚑 Fix pubmed template
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Jan 26, 2025
1 parent a636318 commit a920ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/tools/test-html-selector/examples/pubmed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ config:
template: |
{{- range . }}
{{ $ := .Data }}
# Search Results for "{{ .Source }}"
{{- with $.result_count }}
# Search Results: {{ index . 0 }}
Search Results: {{ index . 0 }}
{{ end }}
{{- range $i, $title := $.paper_titles }}
Expand Down

0 comments on commit a920ca4

Please sign in to comment.