bliper

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

commit 9a818ce936b94276506de4ef29c8506b7336b303
parent e0db5b3ea4bf0cadde5a53143b1d53d745383ec9
Author: cipher <haris@2f30.org>
Date:   Sun, 22 Dec 2013 21:29:08 +0200

removed -welcome- message from template

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

diff --git a/template/article-top b/template/article-top @@ -10,5 +10,4 @@ <div class="container"> <!-- container begin --> <a name="start"></a> <img src="images/sample.jpg" /> -Welcome to my blog... INSERTMENU diff --git a/template/main-top b/template/main-top @@ -9,5 +9,4 @@ <body> <div class="container"> <!-- container begin --> <img src="images/sample.jpg" /> -Welcome to my blog... INSERTMENU diff --git a/template/page-top b/template/page-top @@ -10,5 +10,4 @@ <div class="container"> <!-- container begin --> <a name="start"></a> <img src="images/sample.jpg" /> -Welcome to my blog... INSERTMENU