Fix docker compose and deploy

This commit is contained in:
Nelson Estevão
2023-08-05 23:04:15 +01:00
parent 15fe516dbc
commit 7cefa97145
1428 changed files with 13 additions and 53 deletions

28
_layouts/print.html Normal file
View File

@ -0,0 +1,28 @@
---
#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>