Merge branch 'main' into development

This commit is contained in:
hamdy
2020-11-19 16:18:27 +02:00
14 changed files with 102 additions and 118 deletions

View File

@@ -115,13 +115,9 @@
query($id: ID!, $previousElement: ID!, $nextElement: ID!) {
blog(id: $id) {
title
name
rank
path
startDate : startdate(format:"MM YYYY")
image(width:1600, height:800)
image_caption
excerpt
content
humanTime : created(format:"DD MMMM YYYY")
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
@@ -137,11 +133,6 @@
image
path
}
tags {
id
title
path
}
}
previous: blog(id: $previousElement) {