Sha256: 87428533dc1f9aaa80db95baa4debcb4b5286d52755eea0401f1b85b4b89d9eb
Contents?: true
Size: 581 Bytes
Versions: 22
Compression:
Stored size: 581 Bytes
Contents
# # highlight.rb: Highlighting the element jumped from other pages. # # Copyright (C) 2003 by Ryuji SAKAI # Copyright (C) 2003 by Kazuhiro NISHIYAMA # Copyright (C) 2011 by MATSUOKA Kohei # You can redistribute it and/or modify it under GPL2. # if @mode == 'day' and not bot? then enable_js('highlight.js') title = (@conf.html_title.gsub(/\\/, '\\\\\\') || '').gsub(/"/, '\\"') add_js_setting('$tDiary.title', %Q|"#{title}(#{@date.strftime('%Y-%m-%d')})"|) end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: # vi: ts=3 sw=3
Version data entries
22 entries across 22 versions & 1 rubygems