From 7323194466f85454ef9a807209109515ac8f0543 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 3 Aug 2016 22:06:45 +0200 Subject: [PATCH] dynamic index page, title --- data/config.php.dist | 1 + data/templates/index.htm | 14 ++++++++++++++ www/index.htm | 14 -------------- www/index.php | 13 +++++++++++++ 4 files changed, 28 insertions(+), 14 deletions(-) create mode 100644 data/templates/index.htm delete mode 100644 www/index.htm create mode 100644 www/index.php diff --git a/data/config.php.dist b/data/config.php.dist index 6ed9b62..d1eec0d 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,4 +1,5 @@ + + {{title}} + + + + + +

{{title}}

+

+ Anonymous web comments for the indieweb. +

+ + diff --git a/www/index.htm b/www/index.htm deleted file mode 100644 index 1a96ade..0000000 --- a/www/index.htm +++ /dev/null @@ -1,14 +0,0 @@ - - - anoweco - - - - - -

anoweco

-

- Anonymous web comments. -

- - diff --git a/www/index.php b/www/index.php new file mode 100644 index 0000000..2b6ab74 --- /dev/null +++ b/www/index.php @@ -0,0 +1,13 @@ + $title, + 'baseurl' => Urls::full('/'), + ) +); +?> \ No newline at end of file -- 2.30.2