diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-12 22:29:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-12 22:29:55 +0100 |
commit | 10f4015346825317eb834dbcd4e8a983c880f0e8 (patch) | |
tree | 54d21da5626b67319d8e5cc380dbbc9033ebcde2 /scripts/bupa | |
parent | a8884d43994ce4b80d17e26b6b79730132f0b960 (diff) | |
download | website-10f4015346825317eb834dbcd4e8a983c880f0e8.tar.xz |
bupa: Fix atom feed entry links
Diffstat (limited to 'scripts/bupa')
-rwxr-xr-x | scripts/bupa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bupa b/scripts/bupa index 971cfb6..cce1536 100755 --- a/scripts/bupa +++ b/scripts/bupa @@ -63,7 +63,7 @@ def build_entry(filename, atom_feed): content=entry.body, content_type="html", author={'name': entry.author, 'uri': entry.author_link}, - url="https://theos.kyriasis.com/~kyrias/"+entry.page, + url="https://theos.kyriasis.com/~kyrias/journal/"+entry.page, updated=entry.date ) return entry |