diff --git a/docs/content/recipes/authentication.md b/docs/content/recipes/authentication.md index d5e896be849..7dca3dbf14f 100644 --- a/docs/content/recipes/authentication.md +++ b/docs/content/recipes/authentication.md @@ -5,7 +5,7 @@ linkTitle: Authentication menu: { main: { parent: 'recipes' } } --- -We have an app where users are authenticated using a cookie in the HTTP request, and we want to check this authentication status in somewhere in our graph. Because GraphQL is transport agnostic we can't assume there will even be an HTTP request, so we need to expose these authention details to our graph using a middleware. +We have an app where users are authenticated using a cookie in the HTTP request, and we want to check this authentication status somewhere in our graph. Because GraphQL is transport agnostic we can't assume there will even be an HTTP request, so we need to expose these authention details to our graph using a middleware. ```go diff --git a/docs/layouts/_default/baseof.html b/docs/layouts/_default/baseof.html index 4031b0fd9aa..4fb29e68095 100644 --- a/docs/layouts/_default/baseof.html +++ b/docs/layouts/_default/baseof.html @@ -1,25 +1,23 @@ - - - - {{- if .Params.description }} - - {{- else }} - - {{- end }} - {{ if not .IsHome }}{{ .Title }} —{{ end }} {{ .Site.Title }} + + + {{- if .Params.description }} + {{- else }} + {{- end }} - - - + {{ if not .IsHome }}{{ .Title }} —{{ end }} {{ .Site.Title }} + + + +