bliper

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

commit f5a0deca75987b11fd93d4f0708baf6b673556b3
parent e9e6316e213367eacba78c14bc623fdb508529f1
Author: cipher <haris@2f30.org>
Date:   Thu, 10 Apr 2014 01:04:36 +0300

Removed sample header for custom image

Diffstat:
Doutput/images/sample.jpg | 0
Aoutput/images/sample.png | 0
Mtemplate/article-top | 2+-
Mtemplate/main-top | 2+-
Mtemplate/page-top | 2+-
5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/images/sample.jpg b/output/images/sample.jpg Binary files differ. diff --git a/output/images/sample.png b/output/images/sample.png Binary files differ. diff --git a/template/article-top b/template/article-top @@ -9,5 +9,5 @@ <body> <div class="container"> <!-- container begin --> <a name="start"></a> -<img src="images/sample.jpg" /> +<img src="images/sample.png" /> INSERTMENU diff --git a/template/main-top b/template/main-top @@ -8,5 +8,5 @@ </head> <body> <div class="container"> <!-- container begin --> -<img src="images/sample.jpg" /> +<img src="images/sample.png" /> INSERTMENU diff --git a/template/page-top b/template/page-top @@ -9,5 +9,5 @@ <body> <div class="container"> <!-- container begin --> <a name="start"></a> -<img src="images/sample.jpg" /> +<img src="images/sample.png" /> INSERTMENU