Remove blog layout, caused flickering

merge-requests/1/head
Matthew Ess 2018-02-09 13:07:31 -05:00
parent c283f8128b
commit 61add2180a
2 changed files with 0 additions and 25 deletions

View File

@ -1,19 +0,0 @@
<template lang="pug">
.nuxt
Hero
.container
nuxt
footer.footer.white
</template>
<script>
import Hero from '../components/Hero.vue';
export default {
components: { Hero },
};
</script>
<style lang="sass">
@import '~assets/sass/mat'
</style>

View File

@ -2,9 +2,3 @@
#blog.has-text-centered-mobile
h1.title coming soon!
</template>
<script>
export default {
layout: 'blog',
};
</script>