Skip to content

Commit

Permalink
Adds title to static generated site
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Oct 17, 2010
1 parent 5606f3a commit 4e5bead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/showoff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def inline_js(jses, pre = nil)

def index(static=false)
if static
@title = ShowOffUtils.showoff_title
@slides = get_slides_html(static)
@asset_path = "."
end
Expand Down Expand Up @@ -348,7 +349,4 @@ def self.do_static(what)
end
end
end



end

0 comments on commit 4e5bead

Please sign in to comment.