forked from robert/robertjohnson.work
Move content to docs folder and fix docker-compose(#367)
This commit is contained in:
@ -1,28 +0,0 @@
|
||||
---
|
||||
#Add "layout: compress" here to compress the html code
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
||||
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
||||
<!--[if !IE]><!-->
|
||||
<html lang="en">
|
||||
<!--<![endif]-->
|
||||
{% include head.html %}
|
||||
<style>
|
||||
body {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.wrapper {
|
||||
max-width: unset !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
{% include sidebar.html %}
|
||||
|
||||
<div class="main-wrapper">{{ content }}</div>
|
||||
</div>
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user