Welcome to {{ title }}
+No front page content has been created yet.
+Follow the User Guide to start building your site.
+diff --git a/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md b/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
index 1c8125d8b..5f427be6c 100644
--- a/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
+++ b/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
@@ -33,6 +33,173 @@ As Tailwind was added via a CDN, there was no opportunity to customise it’s co
When I decided that I was going to later add some interactivity onto the mobile navigation menu, the existing code was ported into a new Vue.js application generated by the Vue CLI, with the majority of the markup within a `Welcome` component. This meant that Tailwind was also added as a dependency with it’s own configuration file, though although I had the opportunity to customise it I decided not to and made no changes to it and continued with the default values.
+`src/App.vue`:
+
+```
+
+ No front page content has been created yet. Follow the User Guide to start building your site.
+
Welcome to {{ title }}
+
+
+
Search
+
+