On Wed, 02 Jan 2008 22:31:57 -0500, MenTaLguY wrote:
> On Wed, 2008-01-02 at 18:39 +0900, Dean Scarff wrote:
>> Am I missing something here?
> Eh, good enough maybe? I think we were missing some other places
> too but whatever. I'll probably roll the release in a day or two.
Right you are.
--- lib/hobix/out/quick.rb (revision 164)
+++ lib/hobix/out/quick.rb (working copy)
@@ -278,7 +278,7 @@
%{ <div class="entryContent">
<% if entry.respond_to? :summary and entry.summary %>
<%= entry.summary.to_html %>
- <p><a href="<%= weblog.expand_path entry.id %>">Continue to full
post.</a></p>
+ <p><a href="<%= weblog.expand_path entry.id %>.html">Continue to full
post.</a></p>
<% else %>
<%= entry.content.to_html %>
<% end %>
@@ -291,7 +291,7 @@
"quick-archive"
end
def entry_erb
- %{ <h3 class="entryTitle"><a href="<%= weblog.expand_path entry.id
%>"><%= entry.title %></a></h3> }
+ %{ <h3 class="entryTitle"><a href="<%= weblog.expand_path entry.id
%>.html"><%= entry.title %></a></h3> }
end
def entries_erb
%{ <div id="archives">
> (You can tell I'm tired of this codebase :) )
Can't say I blame you. Are there any other blosxom-like blogs running
on ruby?
--
Dean
_______________________________________________
Hobix-is-the-way mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/hobix-is-the-way