diff --git a/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md b/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
index 3e7eea66..8bf4e813 100644
--- a/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
+++ b/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
@@ -1,15 +1,10 @@
---
title: Rebuilding Acquia’s Dashboard with Vue.js and Tailwind CSS
excerpt: How I rebuilt Acquia’s dashboard using Vue.js and Tailwind CSS.
-tags:
- - drupal
- - tailwind-css
- - tweet
- - vuejs
+tags: [drupal, tailwind-css, tweet, vuejs]
draft: true
---
-- https://rebuilding-acquia.netlify.com
-- https://github.com/opdavies/rebuilding-acquia
+After my [rebuild of Drupal’s Bartik theme](/blog/rebuilding-bartik-with-vuejs-tailwind-css), I’ve now used [Vue.js][vue] and [Tailwind CSS][tailwind] to rebuild another Drupal related UI - this time it’s [Acquia’s](https://www.acquia.com) web hosting dashboard. Again, you can [view the site on Netlify][netlify] and [the code on GitHub][github].
## The applications page
@@ -31,3 +26,8 @@ draft: true
The rebuilt page for an environment within an application.
+
+[github]: https://github.com/opdavies/rebuilding-acquia
+[netlify]: https://rebuilding-acquia.netlify.com
+[tailwind]: https://tailwindcss.com
+[vue]: https://vuejs.org