X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster%2FHTML.pm;h=a9b0165f8337e13e998e34fb66410df344fbaf74;hb=0d12c5c7ec3492867894f88979c51264374c0593;hp=1eb6d988d05d081d98b173b1ec8d9867cc0ef5a5;hpb=93ed6f8465757803a8307da3b2c097297ecec715;p=gruntmaster-page.git diff --git a/lib/Plack/App/Gruntmaster/HTML.pm b/lib/Plack/App/Gruntmaster/HTML.pm index 1eb6d98..a9b0165 100644 --- a/lib/Plack/App/Gruntmaster/HTML.pm +++ b/lib/Plack/App/Gruntmaster/HTML.pm @@ -74,6 +74,7 @@ sub _render { sub process_skel { my ($tree, %args) = @_; + $tree->fid('logo')->replace_with(literal scalar read_file "mclogo.svg"); $tree->content_handler( title => $args{title}, content => literal $args{meat});