~dricottone/blog

ref: 0e3b1b35198af184ad28ebc3e44ffbab6c523002 blog/scripts/openring.html -rw-r--r-- 353 bytes
0e3b1b35Dominic Ricottone Linking to socials 1 year, 19 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div>
  <ul>
    {{range .Articles}}
    <li>
      <p><a href="{{.Link}}">{{.Title}}</a></p>
      <p>{{.Summary}}</p>
      <p>via <a href="{{.SourceLink}}">{{.SourceTitle}}</a></p>
      <p>{{.Date | datef "January 2, 2006"}}</p>
    </li>
    {{end}}
  </ul>
  <p>Generated by <a href="https://git.sr.ht/~sircmpwn/openring">openring</a></p>
</div>