diff options
-rw-r--r-- | .builds/franklin.jl | 3 | ||||
-rw-r--r-- | _libs/fead/sources | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.builds/franklin.jl b/.builds/franklin.jl index 50f4755..e0a805a 100644 --- a/.builds/franklin.jl +++ b/.builds/franklin.jl @@ -5,7 +5,8 @@ using Franklin: optimize optimize(clear=true, minify=false, no_fail_prerender=false, suppress_errors=false, fail_on_warning=true) write(joinpath("__site", "assets", "fead.xhtml"), - """<div class='fead'> + """<!DOCTYPE xtml [<!ENTITY rsquo '’'>]> + <div class='fead'> $(readchomp(joinpath("_libs", "fead", "out.html"))) </div> """) diff --git a/_libs/fead/sources b/_libs/fead/sources index e7dc2dc..b6afbb2 100644 --- a/_libs/fead/sources +++ b/_libs/fead/sources @@ -2,7 +2,7 @@ https://9a24f0.github.io/feed.xml https://adol.pw/index.xml https://bbbhltz.codeberg.page/rss.xml https://blog.brixit.nl/rss -https://blog.ganssle.io/feeds/all.rss.xml +https://blog.ganssle.io/feeds/all.atom.xml https://blog.ploeh.dk/rss.xml https://changelog.complete.org/feed https://codesections.com/rss.xml @@ -18,7 +18,6 @@ https://seirdy.one/posts/atom.xml https://technomancy.us/atom.xml https://unixsheikh.com/feed.rss https://voussoir.net/writing/writing.atom -https://www.da.vidbuchanan.co.uk/blog/rss.xml https://www.fsfla.org/ikiwiki/blogs/lxo/index.en.atom https://www.tyil.nl/posts/index.xml https://xrvs.net/en/index.xml |