diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-25 12:38:52 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-25 12:38:52 +0200 |
commit | b2c34d03399978a3d0838ee7ed92c760e7908721 (patch) | |
tree | f82ffce6d1757466accb11e8e2ab23870303516c /webserver.conf | |
parent | c794e32492362bdb6c5e01da12725e51053259c8 (diff) |
weblog: Added keywords and title to generated pages
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 4aa0daa..52075a2 100644 --- a/webserver.conf +++ b/webserver.conf @@ -35,6 +35,8 @@ <plugin>weblog</plugin> <target>/home/ernie/testblog</target> <WEBLOG_NAME>Roland Reichweins Blog</WEBLOG_NAME> + <WEBLOG_DESCRIPTION>Roland Reichweins Blog</WEBLOG_DESCRIPTION> + <WEBLOG_KEYWORDS>Roland Reichwein, Blog</WEBLOG_KEYWORDS> </path> <path requested="/cgi-bin"> <plugin>cgi</plugin> |