jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12 lines
452 B

  1. <h4>Scottish Politics</h4>
  2. {{ range .Site.Data.bookmarks }}
  3. {{ if eq .category "Scottish Politics"}}
  4. <u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }}
  5. {{ end }}
  6. {{ end }}
  7. <h4>Vegan Recipes</h4>
  8. {{ range .Site.Data.bookmarks }}
  9. {{ if eq .category "Vegan Recipes"}}
  10. <u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }}
  11. {{ end }}
  12. {{ end }}