removed categories

This commit is contained in:
hamdy
2020-11-09 14:53:12 +02:00
parent e6a9eac0c8
commit 6b18d34f98
32 changed files with 5 additions and 134 deletions

View File

@@ -3,12 +3,7 @@
<div class="container sm:pxi-0 mx-auto overflow-x-hidden pt-20">
<div class="lg:mx-32 md:mx-16 sm:mx-8 mx-4 pt-8">
<section class="post-header container mx-auto px-0 mb-4 border-b">
<span class="text-blue-500 font-medium uppercase tracking-wide text-sm">
<g-link
:to="$page.blog.category.path"
class="hover:underline"
>{{ $page.blog.category.title }}</g-link>
</span>
<h1 class="text-5xl font-medium leading-none mt-0">{{ $page.blog.title}}</h1>
<div class="text-2xl pt-4 pb-10 text-gray-700 font-serif" v-html="$page.blog.excerpt"></div>
@@ -106,22 +101,6 @@
title
path
}
category {
id
title
path
belongsTo(limit:4) {
totalCount
edges {
node {
... on Blog {
title
path
}
}
}
}
}
author {
id
name
@@ -141,10 +120,6 @@
image(width:800)
path
timeToRead
category {
id
title
}
author {
id
name
@@ -159,10 +134,6 @@
image(width:800)
path
timeToRead
category {
id
title
}
author {
id
name