--- tdiary-blogkit-2.0.4/plugin/blog-style.rb.orig 2006-12-11 02:32:56.807902962 +0900 +++ tdiary-blogkit-2.0.4/plugin/blog-style.rb 2006-12-11 02:33:09.871370421 +0900 @@ -9,7 +9,7 @@ # # title # -alias title_tag_ title_tag +alias title_tag_ title_tag unless defined?(title_tag_) def title_tag return title_tag_ unless @mode == 'day' diary = @diaries[@date.strftime('%Y%m%d')] --- tdiary-blogkit-2.0.4/plugin/lm.rb.orig 2006-12-11 02:32:36.788251570 +0900 +++ tdiary-blogkit-2.0.4/plugin/lm.rb 2006-12-11 05:52:08.680917347 +0900 @@ -16,9 +16,12 @@ bottom = @options['lm.bottom'] || false style = @options['lm.style'] || 'Last Update: %Y-%m-%d %H:%M:%S' diary = @diaries[date.strftime( '%Y%m%d' )] - if diary and !(leave ^ bottom) then + if diary and !(leave ^ bottom) and + ( !defined?(@__lm_already_shown__) || !@__lm_already_shown__ ) then + @__lm_already_shown__=true %Q|