Skip to content

Commit

Permalink
Correctly expand '{filename}' in summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zlg authored and mirekdlugosz committed Jul 21, 2018
1 parent 80c7040 commit e461ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def extract_summary(instance):
use_first_paragraph = instance.settings['SUMMARY_USE_FIRST_PARAGRAPH']
remove_markers = True

content = instance._content
content = instance._update_content(instance._content, instance.settings['SITEURL'])
begin_summary = -1
end_summary = -1
if begin_marker:
Expand Down

0 comments on commit e461ee6

Please sign in to comment.