Move site template to subdir

This commit is contained in:
Pieter de Bie
2009-03-28 21:00:33 +00:00
parent 8474bb4ef2
commit 728627cfdd
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ task :generate => [:generate_usermanual] do
`cat text/*.markdown > output/UserManual.markdown`
`cp -r assets/* output`
template = ERB.new(File.read("template.html"))
template = ERB.new(File.read("templates/site.html"))
source = Dir.glob("text/*.markdown").each do |file|
contents = File.read(file)