AdminLTE/docs/_layouts/post.html
REJack 127188bb2c
starting with the docs
- jekyllrb preset for gh-pages with AdminLTE 3 layout
- rebuild menu structure like AdminLTE v2.4 docs
- modified npm/Plugins.js to update docs assets with every production run
2019-07-15 15:32:00 +02:00

14 lines
219 B
HTML
Executable file

---
layout: default
---
<div class="content-wrapper px-4 py-2">
<div class="content-header">
<h1 class="text-dark">{{page.title}}</h1>
</div>
<div class="content px-2">
{{content}}
</div>
</div>