]> iEval git - gruntmaster-page.git/blobdiff - lib/Plack/App/Gruntmaster/HTML.pm
Merge branch 'master' into newmc
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster / HTML.pm
index 1eb6d988d05d081d98b173b1ec8d9867cc0ef5a5..a9b0165f8337e13e998e34fb66410df344fbaf74 100644 (file)
@@ -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});
This page took 0.022803 seconds and 4 git commands to generate.