bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 2f8296e201eff61e7d39206f8fd156930eeacdc7
parent 107a31ca9a6a9c0646be801aaeaafeb5d72f7a16
Author: cipher <haris@2f30.org>
Date:   Mon,  1 Dec 2014 11:03:43 +0200

Link logo to index.html

Diffstat:
Mtemplate/article-top | 2+-
Mtemplate/main-top | 2+-
Mtemplate/page-top | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/template/article-top b/template/article-top @@ -9,7 +9,7 @@ <body> <div class="header"> <a name="start"></a> - <img class="logo" src="images/sample.png" /> + <a href="index.html"><img class="logo" src="images/sample.png" /></a> %INSERTMENU% </div> <div class="container"> <!-- container begin --> diff --git a/template/main-top b/template/main-top @@ -8,7 +8,7 @@ </head> <body> <div class="header"> - <img class="logo" src="images/sample.png" /> + <a href="index.html"><img class="logo" src="images/sample.png" /></a> %INSERTMENU% </div> <div class="container"> <!-- container begin --> diff --git a/template/page-top b/template/page-top @@ -9,7 +9,7 @@ <body> <div class="header"> <a name="start"></a> - <img class="logo" src="images/sample.png" /> + <a href="index.html"><img class="logo" src="images/sample.png" /></a> %INSERTMENU% </div> <div class="container"> <!-- container begin -->