Skip to content

Instantly share code, notes, and snippets.

@jakerobers
Created August 31, 2020 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakerobers/cf33ff6777bff27c9e4e70c60c48ac4b to your computer and use it in GitHub Desktop.
Save jakerobers/cf33ff6777bff27c9e4e70c60c48ac4b to your computer and use it in GitHub Desktop.
<section class="webring">
<h3>Articles from blogs I follow around the net</h3>
<section class="flex flex-wrap articles" style='margin: -0.5rem;'>
{{range .Articles}}
<div class="flex flex-auto flex-column pa2 bg-light-gray w4">
<h4 class="ma0">
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
</h4>
<p class="f6 flex-auto">{{.Summary}}</p>
<small class="source">
via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
</small>
<small class="date">{{.Date | datef "January 2, 2006"}}</small>
</div>
{{end}}
</section>
<p class="mid-gray tr f6">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment