]> iEval git - app-web-oof.git/blobdiff - lib/App/Web/Oof.pm
Bump version and update Changes
[app-web-oof.git] / lib / App / Web / Oof.pm
index 471c200473e26c09eea31b71d718e71cacf36b01..90cf972664abf33caa93978b80cc81093af40943 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_002';
+our $VERSION = '0.000_003';
 
 use DBIx::Simple;
 use File::Slurp;
@@ -205,7 +205,7 @@ sub details_app {
        my $title = $db{$$}->select(products => 'title', {product => $id})->list;
        my @pics = <static/fullpics/$id-*>;
        my $slug = make_slug $title;
-       $tree->find('title')->replace_content("Pictures of $title");
+       $tree->find('title')->replace_content("Pictures of $title | ledparts4you");
        $tree->find('h2')->replace_content($title);
        $tree->look_down(rel => 'canonical')->attr(href => "/details/$id/$slug");
        $tree->fid('pictures')->iter3(\@pics, \&details_list_element);
This page took 0.020084 seconds and 4 git commands to generate.