diff --git a/website/site/config.toml b/website/site/config.toml index dac6a013a..17436d681 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -17,7 +17,7 @@ pygmentsStyle = "manni" author = "" description = "" email = "" - ghrepo = "https://github.com/mattermost/focalboard/tree/main/website" + ghrepo = "https://github.com/mattermost/focalboard/" [params.mailinglist] enable = false diff --git a/website/site/layouts/_default/list.html b/website/site/layouts/_default/list.html index d0f2c1741..6724384de 100644 --- a/website/site/layouts/_default/list.html +++ b/website/site/layouts/_default/list.html @@ -8,22 +8,20 @@ {{ partial "head.html" .}} - - {{ partial "nav2.html" .}} -
-
-
- {{ partial "sidebar.html" .}} -
- -

- {{ .Title }} -

- {{ partial "hanchor.html" .Content }} + + {{ partial "nav2.html" .}} +
+
+
+ {{ partial "sidebar.html" .}} +
+ {{ partial "page-edit.html" . }} +

{{ .Title }}

+ {{ partial "hanchor.html" .Content }} +
-
- {{ partial "footer.html" .}} - + {{ partial "footer.html" .}} + diff --git a/website/site/layouts/_default/single.html b/website/site/layouts/_default/single.html index e6001eac8..6724384de 100755 --- a/website/site/layouts/_default/single.html +++ b/website/site/layouts/_default/single.html @@ -8,22 +8,20 @@ {{ partial "head.html" .}} - - {{ partial "nav2.html" .}} -
-
-
- {{ partial "sidebar.html" .}} -
- -

- {{ .Title }} -

- {{ partial "hanchor.html" .Content }} + + {{ partial "nav2.html" .}} +
+
+
+ {{ partial "sidebar.html" .}} +
+ {{ partial "page-edit.html" . }} +

{{ .Title }}

+ {{ partial "hanchor.html" .Content }} +
-
- {{ partial "footer.html" .}} - + {{ partial "footer.html" .}} + diff --git a/website/site/layouts/partials/page-edit.html b/website/site/layouts/partials/page-edit.html index e72ae37fe..62fa02d98 100644 --- a/website/site/layouts/partials/page-edit.html +++ b/website/site/layouts/partials/page-edit.html @@ -1,5 +1,9 @@ {{ if .File }} - + Edit on GitHub {{ end }}