diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 16:06:07 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 16:06:07 +0300 |
commit | 98d85738e0eb7f21669f78420d5e3a457117de66 (patch) | |
tree | b26b977766a2291cd87b16ba3ecf985beb915d26 /templates/openring-template.html | |
parent | 24639575c32e48a3db46e06be6a3a25cd80e8991 (diff) | |
download | eug-vs-xyz-98d85738e0eb7f21669f78420d5e3a457117de66.tar.gz |
feat: setup templates
Diffstat (limited to 'templates/openring-template.html')
-rw-r--r-- | templates/openring-template.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/openring-template.html b/templates/openring-template.html deleted file mode 100644 index be91912..0000000 --- a/templates/openring-template.html +++ /dev/null @@ -1,23 +0,0 @@ -<sectiong style="margin-top: 128px;"> - <h2>Articles from blogs I read</h2> - <section> - {{range .Articles}} - <div> - <h3> - <a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a> - </h3> - <p>{{.Summary}}</p> - <div> - via <a href="{{.SourceLink}}">{{.SourceTitle}}</a> - </div> - <div>{{.Date | datef "January 2, 2006"}}</div> - </div> - {{end}} - </section> - <div> - <small> - Generated by - <a href="https://git.sr.ht/~sircmpwn/openring">openring</a> - </small> - </div> -</section> |