Created
August 31, 2020 21:35
-
-
Save jakerobers/cf33ff6777bff27c9e4e70c60c48ac4b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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