Ver código fonte

add social stuff

George S. Baugh 3 anos atrás
pai
commit
16220a8548
2 arquivos alterados com 7 adições e 0 exclusões
  1. BIN
      img/icon/houstonpm.png
  2. 7 0
      routes.pm

BIN
img/icon/houstonpm.png


+ 7 - 0
routes.pm

@@ -12,7 +12,14 @@ use lib 'lib';
 use Trog::Routes::HTML;
 
 our $default_title = 'Houston Perl Mongers';
+our $default_image = 'img/icon/houstonpm.png';
+our $display_name  = 'Houston Perl Mongers';
+our $description   = 'Houston Perl Mongers';
+our $default_tags  = 'houston.pm, houston, perl, mongers, Net::Jabber::Bot, Device::USB::LibUSB';
+
 our $show_madeby = 1;
+our $twitter_account = 'houstonpm';
+our $fb_app_id       = 'bogus';
 
 our %routes = (
     '/about.html' => {