From d3d9a15d8fae305a1ee94172094094c885c63332 Mon Sep 17 00:00:00 2001 From: mpkarpov-ui Date: Fri, 8 Dec 2023 12:22:23 -0600 Subject: [PATCH] fix front --- README.md | 4 ---- _layouts/default.html | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ff492b..854cc82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ ---- -show_full: true -title: Docs ---- # Kamaji The Remote Testing Platform of the Future diff --git a/_layouts/default.html b/_layouts/default.html index dc1e660..fb23962 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,10 +31,10 @@

{{ page.description | default: site.description | de
{% for page in site.pages %} - {{ page.title }} + {{ page.title }}
{% endfor %} -
+
{{ content }}