aboutsummaryrefslogtreecommitdiff
path: root/news/index.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-05 11:13:03 +0000
committerng0 <ng0@n0.is>2019-11-05 11:13:03 +0000
commit34dfad594466bab85740aadf4cf070591b53ebaf (patch)
tree2bdc577339b10ff1a6881f86d6836c2285783a01 /news/index.html.j2
parent8de153140f85b0c156ff8eab73b1dc022a65bfb3 (diff)
downloadwww-34dfad594466bab85740aadf4cf070591b53ebaf.tar.gz
www-34dfad594466bab85740aadf4cf070591b53ebaf.zip
add back the title the rss needs.
Diffstat (limited to 'news/index.html.j2')
-rw-r--r--news/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/news/index.html.j2 b/news/index.html.j2
index d18d40e1..e73de6d5 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -25,7 +25,7 @@
25 </p> 25 </p>
26 </header> 26 </header>
27 <p class="item-abstract"> 27 <p class="item-abstract">
28 {{ item['abstract'] }}...[<a href="{{ item['page'] }}">read more</a>] 28 {{ item['abstract'] }}...[<a href="{{ item['page'] }} title="{{ item['date']}}"">read more</a>]
29 </p> 29 </p>
30 </section> 30 </section>
31 </div> 31 </div>