diff --git a/example/config.json b/example/config.json index 56f6e97..953a437 100644 --- a/example/config.json +++ b/example/config.json @@ -20,8 +20,9 @@ }, "string": { + "actions":"Actions", "main":"Main page", "source":"Source", - "actions":"Actions" + "about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub" } } \ No newline at end of file diff --git a/src/server.php b/src/server.php index 3da490b..c226197 100644 --- a/src/server.php +++ b/src/server.php @@ -149,6 +149,9 @@ $server->setHandler( $config->string->source ); + // Append about info + $lines[] = $config->string->about; + // Merge data lines $data = implode( PHP_EOL,