JAMES-1994 Re-indent with 4 spaces instead of spaces
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b92d301e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b92d301e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b92d301e Branch: refs/heads/master Commit: b92d301eabc2905402e8254378dabdef8d14b44d Parents: 54759a6 Author: benwa <[email protected]> Authored: Thu Apr 13 17:24:18 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:43 2017 +0700 ---------------------------------------------------------------------- src/homepage/_layouts/default.html | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/b92d301e/src/homepage/_layouts/default.html ---------------------------------------------------------------------- diff --git a/src/homepage/_layouts/default.html b/src/homepage/_layouts/default.html index 2f17e88..b6f8d4e 100644 --- a/src/homepage/_layouts/default.html +++ b/src/homepage/_layouts/default.html @@ -17,22 +17,18 @@ under the License. --> <!DOCTYPE html> - <html> - <head> - <meta charset="utf-8"/> - <title>Apache James</title> - <!-- link to main stylesheet--> - <link rel="stylesheet" type="text/css" href="/assets/css/main.css"> - <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css"> - <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css"> - <link rel="shortcut icon" href="/images/james-logo.png"> +<html> + <head> + <meta charset="utf-8"/> + <title>Apache James</title> - - - </head> - <body> - <!--<link href="css/main.css" rel="stylesheet">--> - {{ content }} - </body> - </html> + <link rel="stylesheet" type="text/css" href="/assets/css/main.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css"> + <link rel="shortcut icon" href="/images/james-logo.png"> + </head> +<body> + {{ content }} +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
