X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1b7c5b2e0b918e9452694aace7c19194683989a8..d267d88c9cb1fb4a45120b86e410ab604626c6bb:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 5192800..2f771da 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -364,6 +364,8 @@ void cgit_print_docstart(char *title, struct cacheitem *item) html_txt(title); html("\n"); htmlf("\n", cgit_version); + if (cgit_robots && *cgit_robots) + htmlf("\n", cgit_robots); html("\n");