From 39a34b63b0615002172e7db314e2caf663404e09 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 15:53:51 -0500 Subject: fixfixfix --- lib/page_local.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/page_local.rb') 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 += "

#{title}

\n" + @content += "

#{atom_title}

\n" end # Insert the body -- cgit v1.2.3