aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/aggregation.mdwn4
-rw-r--r--templates/aggregatepost.tmpl1
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/aggregation.mdwn b/doc/todo/aggregation.mdwn
index 53b3133e2..63ee8f13b 100644
--- a/doc/todo/aggregation.mdwn
+++ b/doc/todo/aggregation.mdwn
@@ -1 +1,5 @@
* Still need to support feed expiry.
+* Need to store page author metadata and include it in the rss feed.
+* Should store the real page title (capitalised) as metadats.
+ Only problem is titles that contain quotes need to be escaped somehow,
+ and I'll need to add support for that first.
diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl
index ef7a5f1ae..aa8bc27e4 100644
--- a/templates/aggregatepost.tmpl
+++ b/templates/aggregatepost.tmpl
@@ -1,5 +1,4 @@
<TMPL_VAR CONTENT>
-<hr>
<p>
<i>
From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a>