Remove more unnecessary needsreview in front matter

This commit is contained in:
Ryan Watters
2017-02-27 03:43:06 -06:00
parent f27063292a
commit f22a8edd6b
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -24,12 +24,12 @@ To effectively leverage section page templates, you should first understand the
The [lookup order][lookup] for section pages is as follows:
* /layouts/section/<SECTION>.html
* /layouts/\_default/section.html
* /layouts/\_default/list.html
* /themes/<THEME>/layouts/section/`SECTION`.html
* /themes/`THEME`/layouts/\_default/section.html
* /themes/`THEME`/layouts/\_default/list.html
1. `/layouts/section/<SECTION>.html`
2. `/layouts/_default/section.html`
3. `/layouts/_default/list.html`
4. `/themes/<THEME>/layouts/section/<SECTION>.html`
5. `/themes/<THEME>/layouts/_default/section.html`
6. `/themes/<THEME>/layouts/_default/list.html`
Note that a sections list page can also have a content file with frontmatter, see [Source Organization](/overview/source-directory/}}).
@@ -9,9 +9,9 @@ categories: [variables and params]
tags: [shortcodes,git]
draft: false
weight: 50
aliases: [/extras/gitinfo/,/variables/other/]
aliases: [/extras/gitinfo/,/variables/other-variables/]
toc: true
needsreview: true
needsreview: false
---
## Shortcode Variables