aboutsummaryrefslogtreecommitdiff
path: root/template/openring.tmpl
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
commit9f5454bda6299db43a4e9de5b3716471388b81d9 (patch)
tree1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /template/openring.tmpl
parente728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff)
downloadmitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz
Move blog to Hugo
Diffstat (limited to 'template/openring.tmpl')
-rw-r--r--template/openring.tmpl34
1 files changed, 0 insertions, 34 deletions
diff --git a/template/openring.tmpl b/template/openring.tmpl
deleted file mode 100644
index 43ad6a2..0000000
--- a/template/openring.tmpl
+++ /dev/null
@@ -1,34 +0,0 @@
1<section class="webring top-margin">
2 <h4>Articles from blogs I follow around the net</h3>
3 <section>
4 {{range .Articles}}
5 <article>
6 <a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
7 <p class="summary">{{.Summary}}</p>
8 <small>
9 via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
10 </small>
11 <small>{{.Date | datef "January 2, 2006"}}</small>
12 </article>
13 {{end}}
14 </section>
15 <p class="attribution">
16 Generated by
17 <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
18 </p>
19</section>
20
21<style>
22 .webring article {
23 margin-block-end: 30px;
24 }
25 .webring article:last-child {
26 margin-block-end: 10px;
27 }
28 .webring article .summary {
29 margin: 0;
30 }
31 .webring .attribution {
32 font-size: small;
33 }
34</style>