🎨 Rewrite findByTags & add Search

This commit is contained in:
Kevin Van Der Werff
2019-10-21 13:46:33 +02:00
parent 240f82f339
commit 0d3a0489ae
5 changed files with 66 additions and 45 deletions

View File

@@ -2,6 +2,7 @@
.layout
Github
Logo
Search
Sidebar
nuxt.content
</template>
@@ -73,7 +74,7 @@ h1 {
grid-template-columns: fit-content(200px) auto;
grid-gap: 1rem;
grid-template-areas:
'logo .'
'logo search'
'sidebar content';
}