Skip to content
Snippets Groups Projects
Commit 26b99d5c authored by Joseph Weston's avatar Joseph Weston Committed by Christoph Groth
Browse files

remove 'read more' text after posts in index

parent 3238bb7c
No related branches found
No related tags found
1 merge request!19add news feed and "logbook" section to website
...@@ -589,7 +589,7 @@ INDEX_TEASERS = True ...@@ -589,7 +589,7 @@ INDEX_TEASERS = True
# }} A literal } (U+007D RIGHT CURLY BRACKET) # }} A literal } (U+007D RIGHT CURLY BRACKET)
# 'Read more...' for the index page, if INDEX_TEASERS is True (translatable) # 'Read more...' for the index page, if INDEX_TEASERS is True (translatable)
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}…</a></p>' INDEX_READ_MORE_LINK = ''
# 'Read more...' for the RSS_FEED, if RSS_TEASERS is True (translatable) # 'Read more...' for the RSS_FEED, if RSS_TEASERS is True (translatable)
FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}…</a> ({min_remaining_read})</p>' FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}…</a> ({min_remaining_read})</p>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment