mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Merge branch 'stable'
This commit is contained in:
commit
1de3048d08
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ void cgit_print_docstart(struct cgit_context *ctx)
|
||||||
html_attr(ctx->cfg.favicon);
|
html_attr(ctx->cfg.favicon);
|
||||||
html("'/>\n");
|
html("'/>\n");
|
||||||
}
|
}
|
||||||
if (host && ctx->repo) {
|
if (host && ctx->repo && ctx->qry.head) {
|
||||||
html("<link rel='alternate' title='Atom feed' href='");
|
html("<link rel='alternate' title='Atom feed' href='");
|
||||||
html(cgit_httpscheme());
|
html(cgit_httpscheme());
|
||||||
html_attr(cgit_hosturl());
|
html_attr(cgit_hosturl());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue