diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 20:43:02 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 20:43:02 +0900 |
commit | 4aa04499c687f13a221d3a33ebed988d00b7771e (patch) | |
tree | 4d2cb39be915e6cfb43056ddb2cfd2b2a6c0315c /_libs | |
parent | f3fa55292c37e6031d030c4e802033036ad8fc0c (diff) | |
download | site-4aa04499c687f13a221d3a33ebed988d00b7771e.tar.gz |
s/openring/fead/
Diffstat (limited to '_libs')
-rw-r--r-- | _libs/fead/in.html | 6 | ||||
-rw-r--r-- | _libs/fead/sources (renamed from _libs/openring/sources) | 2 | ||||
-rw-r--r-- | _libs/openring/in.html | 13 |
3 files changed, 7 insertions, 14 deletions
diff --git a/_libs/fead/in.html b/_libs/fead/in.html new file mode 100644 index 0000000..f0be760 --- /dev/null +++ b/_libs/fead/in.html @@ -0,0 +1,6 @@ + <article> + <h3><a href='{link}'>{title}</a></h3> + {summary} + <small class=right>—<a href='{source_link}'>{source_title}</a>, + {time:%F}</small> + </article> diff --git a/_libs/openring/sources b/_libs/fead/sources index 6c041ec..942fc0d 100644 --- a/_libs/openring/sources +++ b/_libs/fead/sources @@ -5,7 +5,7 @@ https://blog.ganssle.io/feeds/all.atom.xml https://changelog.complete.org/feed https://codesections.com/rss.xml https://danct12.github.io/feed.xml -https://drewdevault.com/feed.xml +https://drewdevault.com/blog/index.xml https://harihareswara.net/atom https://jvns.ca/atom.xml https://mitchellh.com/feed.xml diff --git a/_libs/openring/in.html b/_libs/openring/in.html deleted file mode 100644 index 7a164cc..0000000 --- a/_libs/openring/in.html +++ /dev/null @@ -1,13 +0,0 @@ -<h2>See Also</h2> -<div class=openring> - {{range .Articles}} - <article> - <h3><a href='{{.Link}}'>{{.Title}}</a></h3> - {{.Summary}} - <small class=right>—<a href='{{.SourceLink}}'>{{.SourceTitle}}</a>, - {{.Date | datef "2006-01-02"}}</small> - </article> - {{end}} -</div> -<small class=right>Generated by - <a href=https://sr.ht/~sircmpwn/openring>openring</a></small><br> |