Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 04:43:38 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 04:43:38 +0300
commit072a59f07425d3df2fb5486d5cd00c06c2d4ddff (patch)
tree6bfd58989142c38f16a00ca1870762aaeb65e9b6 /content/home/index.md
parentb42fcbc0f8976fdb5948d07cebbb30ee86024f3a (diff)
feat: convert home/index to yaml
Remove unused widgets (for organization template)
Diffstat (limited to 'content/home/index.md')
-rw-r--r--content/home/index.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/content/home/index.md b/content/home/index.md
index ef8bad51..7fa0d2ac 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -1,5 +1,7 @@
-+++
+---
# Homepage
-type = "widget_page"
-headless = true # Homepage is headless, other widget pages are not.
-+++
+type: widget_page
+
+# Homepage is headless, other widget pages are not.
+headless: true
+---