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.

45 lines
2.0 KiB

  1. <h4>Brewing</h4>
  2. {{ range .Site.Data.bookmarks }}
  3. {{ if eq .category "Brewing"}}
  4. <section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry">
  5. <div class="author" style="display:none">
  6. <a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a>
  7. </div>
  8. <aside>
  9. <article class="u-bookmark-of h-cite">
  10. <u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }}
  11. </article>
  12. </aside>
  13. </section>
  14. {{ end }}
  15. {{ end }}
  16. <h4>Scottish Politics</h4>
  17. {{ range .Site.Data.bookmarks }}
  18. {{ if eq .category "Scottish Politics"}}
  19. <section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry">
  20. <div class="author" style="display:none">
  21. <a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a>
  22. </div>
  23. <aside>
  24. <article class="u-bookmark-of h-cite">
  25. <u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }}
  26. </article>
  27. </aside>
  28. </section>
  29. {{ end }}
  30. {{ end }}
  31. <h4>Vegan Recipes</h4>
  32. {{ range .Site.Data.bookmarks }}
  33. {{ if eq .category "Vegan Recipes"}}
  34. <section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry">
  35. <div class="author" style="display:none">
  36. <a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a>
  37. </div>
  38. <aside>
  39. <article class="u-bookmark-of h-cite">
  40. <u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }}
  41. </article>
  42. </aside>
  43. </section>
  44. {{ end }}
  45. {{ end }}