tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / gavinc / hcard
index b02dfc1d59eaa451be39b8777c0bafbd978cd886..04284738fc0cceafddeee887ad993df3d08820e9 100644 (file)
@@ -14,14 +14,13 @@ use IO::File;
 
 # --- Configuration defaults -----
 
-my %config = (
+my %config = ();
 
-  # Where is the hcard metadata?
-  hcard_meta_file => "$blosxom::datadir/hcard.yml",
-
-);
+# Where is the hcard metadata?
+$config{hcard_meta_file} = "$blosxom::datadir/hcard.yml";
 
 # --------------------------------
+# __END_CONFIG__
 
 use vars qw($hcard);
 $hcard = '';