From 361ac73b53a9f44aad3e66856003a639e74e8bc9 Mon Sep 17 00:00:00 2001 From: Koopa Date: Sat, 17 Aug 2019 15:54:15 -0400 Subject: [PATCH] Improve help pages (#107) * Improve wording of help index page. * Add custom help summary template. * Add custom help page template. --- site/content/help/_index.md | 4 ++-- site/themes/citra-bs-theme/layouts/help/single.html | 9 +++++++++ site/themes/citra-bs-theme/layouts/help/summary.html | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 site/themes/citra-bs-theme/layouts/help/single.html create mode 100644 site/themes/citra-bs-theme/layouts/help/summary.html diff --git a/site/content/help/_index.md b/site/content/help/_index.md index 6f9ea79..1337822 100644 --- a/site/content/help/_index.md +++ b/site/content/help/_index.md @@ -2,6 +2,6 @@ title = "Help" +++ -User documentation on how to use Citra and frequently asked questions can be found here. +User documentation on how to use Citra and frequently asked questions can be found here. Information for developers can be found on the [developer wiki](https://citra-emu.org/wiki/faq/). -If you would like more information on a subject, please contact our moderation team on Discord. +If you would like more information on a subject, or you're having trouble, support is offered in our [Discord server](https://citra-emu.org/discord/). diff --git a/site/themes/citra-bs-theme/layouts/help/single.html b/site/themes/citra-bs-theme/layouts/help/single.html new file mode 100644 index 0000000..21ef8d6 --- /dev/null +++ b/site/themes/citra-bs-theme/layouts/help/single.html @@ -0,0 +1,9 @@ +{{ define "main" }} +

+ {{ .Title }} +

+ +
+ {{ .Content }} +
+{{ end }} diff --git a/site/themes/citra-bs-theme/layouts/help/summary.html b/site/themes/citra-bs-theme/layouts/help/summary.html new file mode 100644 index 0000000..893b409 --- /dev/null +++ b/site/themes/citra-bs-theme/layouts/help/summary.html @@ -0,0 +1,6 @@ +
+
+

{{ .Title }}

+

{{ .Description }}

+
+