diff --git a/blog/templates/base.html b/blog/templates/base.html index c933b9b..2b3803c 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -62,6 +62,8 @@ {# Global javascript #} + + {% block extra_js %} diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index 679b29f..931f254 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -8,7 +8,8 @@ {% endblock extra_css %} {% block content %} - + {% include "home/includes/carousel.html" %} + {{ page.body|richtext }} {% endblock content %} diff --git a/home/templates/home/includes/carousel.html b/home/templates/home/includes/carousel.html new file mode 100644 index 0000000..5f311b9 --- /dev/null +++ b/home/templates/home/includes/carousel.html @@ -0,0 +1,27 @@ +{% load wagtailcore_tags wagtailimages_tags %} + + \ No newline at end of file diff --git a/home/templates/home/welcome_page.html b/home/templates/home/welcome_page.html deleted file mode 100644 index 6368471..0000000 --- a/home/templates/home/welcome_page.html +++ /dev/null @@ -1,52 +0,0 @@ -{% load i18n wagtailcore_tags %} - -
- - -
-
-
- -
-
-

{% trans "Welcome to your new Wagtail site!" %}

-

{% trans 'Please feel free to join our community on Slack, or get started with one of the links below.' %}

-
-
-