extra-head-content: introduce another option for meta tags

This is to support things like go-import meta tags, which are on a
per-repo basis.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2018-02-12 23:10:06 +01:00
parent c4fbb99cee
commit b522a302c9
5 changed files with 12 additions and 0 deletions

1
cgit.h
View File

@ -81,6 +81,7 @@ struct cgit_repo {
char *name;
char *path;
char *desc;
char *extra_head_content;
char *owner;
char *homepage;
char *defbranch;