diff --git a/app/views/layouts/_instantpage.html.erb b/app/views/layouts/_instantpage.html.erb new file mode 100644 index 0000000..302ccdb --- /dev/null +++ b/app/views/layouts/_instantpage.html.erb @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a7cc6de..758d279 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -22,6 +22,7 @@ <%= csrf_meta_tags %> <%= render 'layouts/cdn' %> <%= render 'layouts/shim' %> + <%= render 'layouts/instantpage' %>