From 5a4b75b528d6f8fa6165fb8fad735419ee4c9672 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 10 Jan 2024 09:07:16 +0900 Subject: Fix broken XSLT --- .builds/franklin.jl | 3 ++- _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"), - """
+ """]> +
$(readchomp(joinpath("_libs", "fead", "out.html")))
""") 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 -- cgit 1.4.1