]> gitweb.ps.run Git - ps-cgit/blobdiff - shared.c
extra-head-content: introduce another option for meta tags
[ps-cgit] / shared.c
index d7c7636913a063cfc45eadab85f282a2bf5b6cc3..f7b64cf317ced6a7dd5ce33fce48e74c149c0e5f 100644 (file)
--- a/shared.c
+++ b/shared.c
@@ -53,6 +53,7 @@ struct cgit_repo *cgit_add_repo(const char *url)
        ret->name = ret->url;
        ret->path = NULL;
        ret->desc = cgit_default_repo_desc;
+       ret->extra_head_content = NULL;
        ret->owner = NULL;
        ret->homepage = NULL;
        ret->section = ctx.cfg.section;