wowana.me
website source
commit 19ceb768f52986dc27c81a113bbda2a22dacbd5c parent 4e6d1bd0ab9771b11c892c12e306c4543d1ba21e Author: opal hart <opal@wowana.me> Date: Sun, 11 Aug 2019 06:59:26 +0000 add base uri to feed output Diffstat:
M | scripts/feed.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/feed.sh b/scripts/feed.sh @@ -2,7 +2,7 @@ cat <<HEADER <?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom"> +<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://wowana.me/"> <title>opal's weblog</title> <link href="/blog/" rel="alternate"/> <link href="/blog/feed.atom" rel="self"/>