<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 # Blosxom Plugin: date_title
 # Author(s): Kyo Nagashima &lt;kyo@hail2u.net&gt;
-# Version: 2004-03-10
+# Version: 2009-04-04T10:37:57+09:00
 # Blosxom Home/Docs/Licensing: http://www.blosxom.com/
 
 package date_title;
@@ -10,6 +10,9 @@ use vars qw($title);
 
 # --- Configurable variables -----------
 
+# separator string between $blog_title and $path_info_yr
+my $title_sep = &quot; - &quot;;
+
 # --- Plug-in package variables --------
 
 # --------------------------------------
@@ -25,7 +28,7 @@ sub start {
 sub head {
   my ($pkg, $path, $head_ref) = @_;
 
-  $title = qq! - $blosxom::path_info_yr!;
+  $title = qq!$title_sep$blosxom::path_info_yr!;
 
   if ($blosxom::path_info_mo_num) {
     $title .= qq!/$blosxom::path_info_mo_num!;</diff>
      <filename>date_title</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f8f671212784d50a8e41db19f59a8fb81f123734</id>
    </parent>
  </parents>
  <author>
    <name>Kyo Nagashima</name>
    <email>kyo@hail2u.net</email>
  </author>
  <url>http://github.com/theory/blosxom-plugins/commit/de6cf0625ab2c7bcb68ac2bdea7a71a199a45c5e</url>
  <id>de6cf0625ab2c7bcb68ac2bdea7a71a199a45c5e</id>
  <committed-date>2009-04-03T18:38:12-07:00</committed-date>
  <authored-date>2009-04-03T18:38:12-07:00</authored-date>
  <message>add separater setting</message>
  <tree>be5d02dc0c2e57eb25a4b0702d425e1b215eaf92</tree>
  <committer>
    <name>Kyo Nagashima</name>
    <email>kyo@hail2u.net</email>
  </committer>
</commit>
