diff --git a/content/errors/403.md b/content/errors/403/403.md similarity index 88% rename from content/errors/403.md rename to content/errors/403/403.md index 5bf8f28..ed2d4fe 100644 --- a/content/errors/403.md +++ b/content/errors/403/403.md @@ -1,4 +1,5 @@ --- +showFullContent: true --- # 403 Forbidden diff --git a/content/errors/403/_index.md b/content/errors/403/_index.md new file mode 100644 index 0000000..3a0effc --- /dev/null +++ b/content/errors/403/_index.md @@ -0,0 +1,3 @@ +--- +title: 403 Forbidden +--- diff --git a/content/errors/404.md b/content/errors/404/404.md similarity index 81% rename from content/errors/404.md rename to content/errors/404/404.md index bd491c3..0fb619d 100644 --- a/content/errors/404.md +++ b/content/errors/404/404.md @@ -1,4 +1,5 @@ --- +showFullContent: true --- ![](/img/errors/404.png) diff --git a/content/errors/404/_index.md b/content/errors/404/_index.md new file mode 100644 index 0000000..bb0b881 --- /dev/null +++ b/content/errors/404/_index.md @@ -0,0 +1,3 @@ +--- +title: "404 Not found" +--- diff --git a/content/errors/500.md b/content/errors/500/500.md similarity index 91% rename from content/errors/500.md rename to content/errors/500/500.md index f33d7e4..c9a5a6c 100644 --- a/content/errors/500.md +++ b/content/errors/500/500.md @@ -1,4 +1,5 @@ --- +showFullContent: true --- # 500 Internal Server Error diff --git a/content/errors/500/_index.md b/content/errors/500/_index.md new file mode 100644 index 0000000..5615928 --- /dev/null +++ b/content/errors/500/_index.md @@ -0,0 +1,3 @@ +--- +title: 500 Internal Server Error +--- diff --git a/content/errors/502.md b/content/errors/502/502.md similarity index 81% rename from content/errors/502.md rename to content/errors/502/502.md index 9d2275f..ab94e98 100644 --- a/content/errors/502.md +++ b/content/errors/502/502.md @@ -1,6 +1,6 @@ --- +showFullContent: true --- - ![](/img/errors/502.png) --- diff --git a/content/errors/502/_index.md b/content/errors/502/_index.md new file mode 100644 index 0000000..1d82cee --- /dev/null +++ b/content/errors/502/_index.md @@ -0,0 +1,3 @@ +--- +title: "502 Bad Gateway" +--- diff --git a/content/errors/503.md b/content/errors/503/503.md similarity index 92% rename from content/errors/503.md rename to content/errors/503/503.md index f50a282..6ba32f4 100644 --- a/content/errors/503.md +++ b/content/errors/503/503.md @@ -1,6 +1,6 @@ --- +showFullContent: true --- - # 503 Service unavailable ![](/img/errors/503_karlson.png) diff --git a/content/errors/503/_index.md b/content/errors/503/_index.md new file mode 100644 index 0000000..17856c3 --- /dev/null +++ b/content/errors/503/_index.md @@ -0,0 +1,3 @@ +--- +title: "503 Service unavailable" +--- diff --git a/content/errors/504.md b/content/errors/504/504.md similarity index 85% rename from content/errors/504.md rename to content/errors/504/504.md index fedd690..e9afc48 100644 --- a/content/errors/504.md +++ b/content/errors/504/504.md @@ -1,6 +1,6 @@ --- +showFullContent: true --- - # 504 Gateway timeout ![](/img/errors/504_krosh.jpg) diff --git a/content/errors/504/_index.md b/content/errors/504/_index.md new file mode 100644 index 0000000..e48a906 --- /dev/null +++ b/content/errors/504/_index.md @@ -0,0 +1,3 @@ +--- +title: "504 Gateway timeout" +---