We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85738ba commit 4606838Copy full SHA for 4606838
1 file changed
gitweb/README
@@ -165,6 +165,12 @@ not include variables usually directly set during build):
165
Full URL and absolute URL of gitweb script;
166
in earlier versions of gitweb you might have need to set those
167
variables, now there should be no need to do it.
168
+ * $base_url
169
+ Base URL for relative URLs in pages generated by gitweb,
170
+ (e.g. $logo, $favicon, @stylesheets if they are relative URLs),
171
+ needed and used only for URLs with nonempty PATH_INFO via
172
+ <base href="$base_url>. Usually gitweb sets its value correctly,
173
+ and there is no need to set this variable, e.g. to $my_uri or "/".
174
* $home_link
175
Target of the home link on top of all pages (the first part of view
176
"breadcrumbs"). By default set to absolute URI of a page ($my_uri).
0 commit comments