From 414f82c44273c20da5072a14a892e1c2ffe47454 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 9 Oct 2022 11:37:37 +0200 Subject: [PATCH 1/3] fix --- content/developer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/index.md b/content/developer/index.md index a2c1ff725..1373cb0c0 100644 --- a/content/developer/index.md +++ b/content/developer/index.md @@ -5,7 +5,7 @@ template: "page.html" -{% row(style="margin moderate reverse") %} +{% row(style="margin semiNarrow reverse") %} ## ThreeFold
**Developer Resources** From 4d25ee1dbb120fffd54662537e570209db3d55c3 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 10 Oct 2022 10:55:32 +0200 Subject: [PATCH 2/3] test hide www2 --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file From fe4606c1af658537d1d62a7e51059d64958cbd51 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 10 Oct 2022 11:30:08 +0200 Subject: [PATCH 3/3] test hide www2 --- robots.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 robots.txt diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 77470cb39..000000000 --- a/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / \ No newline at end of file