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>
diff --git a/cgit.h b/cgit.h
index 6feca68..32dfd7a 100644
--- a/cgit.h
+++ b/cgit.h
@@ -81,6 +81,7 @@
 	char *name;
 	char *path;
 	char *desc;
+	char *extra_head_content;
 	char *owner;
 	char *homepage;
 	char *defbranch;