bliper

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

commit 6caaab4ba1ea7e6c297972a0749d1f60af75a37e
parent ac963363f9ccee7911011df47c47eb09e91f3289
Author: cipher <haris@2f30.org>
Date:   Sun,  9 Feb 2014 15:56:41 +0200

footer syntax fix

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

diff --git a/template/article-bottom b/template/article-bottom @@ -16,6 +16,6 @@ </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> disqus --> -<footer>Made with vim and generated by Perl in bliper.</footer> +<footer>Made with vim and generated by bliper in Perl.</footer> </body> </html> diff --git a/template/footer b/template/footer @@ -1,3 +1,3 @@ -<footer>Made with vim and generated by Perl in bliper.</footer> +<footer>Made with vim and generated by bliper in Perl.</footer> </body> </html> diff --git a/template/page-bottom b/template/page-bottom @@ -16,6 +16,6 @@ </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> disqus --> -<footer>Made with vim and generated by Perl in bliper.</footer> +<footer>Made with vim and generated by bliper in Perl.</footer> </body> </html>