about summary refs log tree commit diff
path: root/webring.template
blob: 1d0ce523863dbe4b0c389aa95933ad76e2412115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<section class="webring">
  <h2>Fediring</h2>
  Look at my fedi fellows' sites:
  <ol>
    <li style="list-style-type: '← ';"><a href="https://fediring.net/previous?host=xrvs.net">Previous site</a></li>
    <li style="list-style-type: '? ';"><a href="https://fediring.net/">What is Fediring?</a></li>
    <li style="list-style-type: '→ ';"><a href="https://fediring.net/next?host=xrvs.net">Next site</a></li>
  </ol>
  <h2>Articles from blogs I read</h2>
  <section class="articles">
    {{range .Articles}}
    <div class="footer-col article">
      <h3 class="title">
        <small>
        <a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
        </small>
      </h3>
      <p class="summary">{{.Summary}}</p>
      <small class="source">
        via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
      </small>
      <small class="date">{{.Date | date}}</small>
    </div>
    {{end}}
  </section>
  <small class="attribution">
    Generated by
    <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
  </small>
</section>