summaryrefslogtreecommitdiff
path: root/lib/page_local.rb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 15:53:51 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 15:53:51 -0500
commit39a34b63b0615002172e7db314e2caf663404e09 (patch)
treead90bd60ee6fddaffccab3091de086bcfe98d28a /lib/page_local.rb
parentf851b5e00df7a5cc07335def23891e3a7c99c7bf (diff)
fixfixfix
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