summaryrefslogtreecommitdiff
path: root/lib/page_local.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/page_local.rb')
-rw-r--r--lib/page_local.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/page_local.rb b/lib/page_local.rb
index 7846a3b..ca3aa31 100644
--- a/lib/page_local.rb
+++ b/lib/page_local.rb
@@ -53,7 +53,7 @@ class LocalPage < Page
# if the title was inferred from the the body content,
# then it is already in the page.
unless _pandoc['title'].nil?
- @content += "<h1 class=title>#{title}</h1>\n"
+ @content += "<h1 class=title>#{atom_title}</h1>\n"
end
# Insert the body