diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c index 03dcc08..2c91e75 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -997,6 +997,11 @@ void cgit_print_pageheader(void) | |||
997 | if (ctx.repo->max_stats) | 997 | if (ctx.repo->max_stats) |
998 | cgit_stats_link("stats", NULL, hc("stats"), | 998 | cgit_stats_link("stats", NULL, hc("stats"), |
999 | ctx.qry.head, ctx.qry.vpath); | 999 | ctx.qry.head, ctx.qry.vpath); |
1000 | if (ctx.repo->homepage) { | ||
1001 | html("<a href='"); | ||
1002 | html_attr(ctx.repo->homepage); | ||
1003 | html("' target='_blank'>homepage</a>"); | ||
1004 | } | ||
1000 | html("</td><td class='form'>"); | 1005 | html("</td><td class='form'>"); |
1001 | html("<form class='right' method='get' action='"); | 1006 | html("<form class='right' method='get' action='"); |
1002 | if (ctx.cfg.virtual_root) { | 1007 | if (ctx.cfg.virtual_root) { |