From 54ff639713a824474d685193b393c75c4ed8cec6 Mon Sep 17 00:00:00 2001 From: sptaule Date: Tue, 1 Feb 2022 16:08:16 +0100 Subject: [PATCH] Add Download page --- content/download/_index.md | 4 + templates/download.html | 224 +++++++++++++++++++++++++++++ templates/partials/shared/nav.html | 3 +- templates/section.html | 4 +- 4 files changed, 232 insertions(+), 3 deletions(-) create mode 100644 content/download/_index.md create mode 100644 templates/download.html diff --git a/content/download/_index.md b/content/download/_index.md new file mode 100644 index 0000000..4c905f7 --- /dev/null +++ b/content/download/_index.md @@ -0,0 +1,4 @@ ++++ +template = "download.html" +page_template = "download.html" ++++ \ No newline at end of file diff --git a/templates/download.html b/templates/download.html new file mode 100644 index 0000000..7d5e422 --- /dev/null +++ b/templates/download.html @@ -0,0 +1,224 @@ +{% extends 'base.html' %} + +{% block title %} +{{ config.title }} | {{ page.title }} +{% endblock %} + +{% block content %} +
+
+
+

Garage releases

+
+
+
+
+

Release Builds

+
+
+
+

Extra Builds

+

Extra builds are built on demand to test a specific feature or a specific need.

+
+ Show Extra Builds +
+
+
+
+

Development Builds

+

Development builds are built periodically. Use them if you want to test a specific feature that is not yet released.

+
+ Show Development Builds +
+
+
+
+ +
+
+{% endblock %} + +{% block custom_js %} + +{% endblock %} diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html index 3e5ddd8..a8ce2ce 100644 --- a/templates/partials/shared/nav.html +++ b/templates/partials/shared/nav.html @@ -40,7 +40,8 @@ diff --git a/templates/section.html b/templates/section.html index 5d47d46..791195f 100755 --- a/templates/section.html +++ b/templates/section.html @@ -41,8 +41,8 @@
-