minor rewording in docs for site.url and site.path template vars
authorDan Allen <dan@opendevise.com>
Wed, 28 Aug 2019 06:32:59 +0000 (00:32 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 28 Aug 2019 06:32:59 +0000 (00:32 -0600)
docs/modules/ROOT/pages/templates.adoc

index aa56bb6..dbe5182 100644 (file)
@@ -32,10 +32,10 @@ Here's an overview of the available UI model:
 | Information about the site.
 
 | site.url
-| The base URL of the site, if specified.
+| The base URL of the site, if specified in the playbook.
 
 | site.path
-| The pathname segment of the site.url under which the site is hosted (e.g., /docs).
+| The pathname (i.e., subpath) of the site.url under which the site is hosted (e.g., /docs).
 Only set if site.url is defined.
 (since Antora 2.1)