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 @@
-
- {{ page.summary | safe }} +
+ {{ page.summary | safe | striptags }}