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 0545416 experiment with relative url handling
0545416 is described below
commit 054541667f9ca593c3d24a9e1671bce71a7266da
Author: Alex Harui <[email protected]>
AuthorDate: Sun Jan 21 23:44:12 2018 -0800
experiment with relative url handling
---
_layouts/docpage.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 26435f5..f75b107 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="https://apache.github.io/royale-docs/royalesite.css" />
+<link rel="stylesheet" href="{{ '/royalesite.css' | relative_url}}" />
<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].