mirror of https://github.com/ColorlibHQ/gentelella
Add x_content to plain page
To avoid missing a class 'x_content' when prototyping a page layoutpull/159/head
parent
09c586e61a
commit
2b4e2795fc
|
@ -357,6 +357,9 @@
|
|||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
Add content to the page ...
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -387,4 +390,4 @@
|
|||
<!-- Custom Theme Scripts -->
|
||||
<script src="js/custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue