Changeset 164
- Timestamp:
- 01/02/2008 21:32:31 (11 months ago)
- Files:
-
- 1 modified
-
trunk/lib/hobix/out/quick.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/hobix/out/quick.rb
r148 r164 231 231 def entry_footer_erb 232 232 %{ posted by <%= weblog.authors[entry.author]['name'] %> | 233 <a href="<%= weblog.expand_path entry.id %> "><%= entry.created.strftime( "%I:%M %p" ) %></a> }233 <a href="<%= weblog.expand_path entry.id %>.html"><%= entry.created.strftime( "%I:%M %p" ) %></a> } 234 234 end 235 235 def head_tags_erb; end