This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 20f337e  try site.baseurl after setting in _config.yml
20f337e is described below

commit 20f337e691c9fdcff18612ca58b87a099801710b
Author: Alex Harui <[email protected]>
AuthorDate: Mon Jan 22 00:24:06 2018 -0800

    try site.baseurl after setting in _config.yml
---
 _layouts/docpage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index f75b107..fdfe273 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -20,7 +20,7 @@ limitations under the License.
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
 <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 />
-<link rel="stylesheet" href="{{ '/royalesite.css' | relative_url}}" />
+<link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <title>{{page.title}}</title>
 </head>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to