From 27cde747eb3f46ca44bde0ba727a0b644bce91ef Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Oct 2013 14:06:35 -0400 Subject: index.rb: actually, don't run the titles through rdiscount --- index.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.rb b/index.rb index 055eaa9..60aa54b 100755 --- a/index.rb +++ b/index.rb @@ -1,6 +1,5 @@ #!/usr/bin/env ruby # -*- coding: utf-8 -*- -require 'rdiscount' require 'erb' @title = "Web log entries" @@ -11,8 +10,8 @@ license_url = 'https://creativecommons.org/licenses/by-sa/3.0/' @content = "

#{@title}

\n\n" -- cgit v1.2.3