Skip to content

Commit

Permalink
Change asset url to actual ones in raw layout
Browse files Browse the repository at this point in the history
  • Loading branch information
karlisup committed Dec 1, 2016
1 parent b477e8a commit ea5d605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc-template/layout--raw.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<meta name="description" content="">

<!-- style -->
<link rel="stylesheet" type="text/css" href="{{root}}assets/css/style.css">
<script src="{{root}}assets/vendor/js/jquery-2.2.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{root}}assets/style.css">
<script src="{{root}}assets/jquery-2.2.3.min.js"></script>
</head>
<body>
{{content}}
<script src="{{root}}assets/js/components.js"></script>
<script src="{{root}}assets/components.js"></script>
</body>
</html>

0 comments on commit ea5d605

Please sign in to comment.