diff --git a/.gitignore b/.gitignore index 50b50c7..483f1a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -user/plugins/ \ No newline at end of file +user/plugins/* \ No newline at end of file diff --git a/README.md b/README.md index b8c1310..7c3def7 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,21 @@ `rm -rf user/themes/quark/` + ## Deploy `git clone ...` +`cd carnet_grav` + +`docker-compose up -d` + +`docker exec -it -u 1000 grav-caddy /bin/sh` + +`php bin/gpm selfupgrade` + +`php bin/gpm install admin` + ## Liens diff --git a/user/themes/carnet-atterrissage/templates/partials/base.html.twig b/user/themes/carnet-atterrissage/templates/partials/base.html.twig index 7d5f724..0a7dea0 100644 --- a/user/themes/carnet-atterrissage/templates/partials/base.html.twig +++ b/user/themes/carnet-atterrissage/templates/partials/base.html.twig @@ -33,13 +33,14 @@ -{% block body %} -
-
- {% block content %}{% endblock %} -
-
-{% endblock %} + {% block body %} +
+
+ {% block content %}{% endblock %} +
+
+ {% endblock %} + {% block bottom %} {{ assets.js('bottom')|raw }}