Browse Source

Fixed collection loading error with output:true

Nathan Schneider 5 years ago
parent
commit
5f3687e076
3 changed files with 12 additions and 3 deletions
  1. 2 1
      _config.yml
  2. 6 1
      _create/elected_board.md
  3. 4 1
      create.md

+ 2 - 1
_config.yml

@@ -33,7 +33,8 @@ plugins:
   - jekyll-feed
 
 collections:
-  - create
+  create:
+    output: true
 
 # Exclude from processing.
 # The following items will not be processed, by default.

+ 6 - 1
_create/elected_board.md

@@ -12,12 +12,15 @@ permalink: /create/elected-board/
   }
 </style>
 
+Use the questions below to begin creating your community's Rule.
+
 [ [Default]({% link create.md %}) | 
 Elected board
  ]
 
 ---
-<br /><br />
+
+<br />
 
 *What is the community's name?*
 <h1 contenteditable="true" class="editable">
@@ -93,6 +96,8 @@ The board is expected to operate according to this Rule and the explicit agreeme
 Changes to this Rule require 51% of the board to approve a referendum circulated to the entire community. The change passes if it receives 2/3 approval of all who vote after $NUMBER days.
 </p>
 
+<br />
+
 ---
 
 *To save your work, copy the text from this page to another document, or use your browser's save function or print the page to PDF. Improved saving functionality will be forthcoming.*

+ 4 - 1
create.md

@@ -19,7 +19,8 @@ Use the questions below to begin creating your community's Rule. The suggested m
  ]
 
 ---
-<br /><br />
+
+<br />
 
 *What is the community's name?*
 <h1 contenteditable="true" class="editable">
@@ -99,6 +100,8 @@ Modules: [fact-finding](https://medlabboulder.gitlab.io/democraticmediums/medium
 <p contenteditable="true" class="editable">
 </p>
 
+<br />
+
 ---
 
 *To save your work, copy the text from this page to another document, or use your browser's save function or print the page to PDF. Improved saving functionality will be forthcoming.*