summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xmakerss.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cd68a93..5d91674 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# See COPYING file for copyright, license and warranty details.
SITENAME=http://njw.me.uk
-FOAF=http://njw.me.uk/foaf\#i
+FOAF=http://njw.me.uk/card\#i
MARKDOWN=smu
RSS=index.ttl
diff --git a/makerss.sh b/makerss.sh
index 2396542..2345651 100755
--- a/makerss.sh
+++ b/makerss.sh
@@ -15,8 +15,8 @@ cat << EOF
<> a rss:channel;
rss:title "${title}";
rss:link <${siteurl}>;
- dc:creator <${creator}>;
- cc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
+ dc:creator <${creator}>;
+ cc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
rss:items [ a rdf:Seq;
EOF