diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-10 09:07:16 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-11 05:11:14 +0900 |
commit | 5a4b75b528d6f8fa6165fb8fad735419ee4c9672 (patch) | |
tree | 5a31235b08660c8c19a0a9301b26fe50a42e5348 | |
parent | 3eaa0797ea4303c8d4937dffbae00a10abffcf12 (diff) | |
download | site-5a4b75b528d6f8fa6165fb8fad735419ee4c9672.tar.gz |
Fix broken XSLT
-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 |