Changeset 1901

Show
Ignore:
Timestamp:
02/07/07 13:32:37 (1 year ago)
Author:
moseley
Message:

Add favicon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/bin/build

    r1890 r1901  
    9191my %default_config = ( 
    9292    ignore      => [ '.svn', '\b(CVS|RCS)\b', '^#', '\.gz$', '\.swp$'], 
    93     copy        => [ '\.(pdf|gif|png|jpe?g|htaccess)$' ], 
     93    copy        => [ '\.(ico|pdf|gif|png|jpe?g|htaccess)$' ], 
    9494    include     => ['lib' ], 
    9595    src         => $src_default, 
  • swish_website/lib/page/html.html

    r1889 r1901  
    1414    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
    1515    <link rel="stylesheet" type="text/css" href="[% site.url.css %]" media="screen" title="swish css" /> 
     16    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> 
    1617 
    1718    [% FOREACH key = navigation.keys %]