logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

webring-in.template (635B)


  1. <section class="webring">
  2. <h2>
  3. Articles from blogs I read
  4. <small class="attribution">
  5. Generated by
  6. <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
  7. </small>
  8. </h2>
  9. <section class="articles">
  10. {{range .Articles}}
  11. <div class="article">
  12. <h4 class="title">
  13. <a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
  14. </h4>
  15. <p class="summary">{{.Summary}}</p>
  16. <small class="source">
  17. via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
  18. </small>
  19. <small class="date">{{.Date | date}}</small>
  20. </div>
  21. {{end}}
  22. </section>
  23. </section>