From 9a499aed7efea0e4a4c210b3cecafe611016dc15 Mon Sep 17 00:00:00 2001 From: pacollins Date: Thu, 28 Sep 2017 12:32:50 -0400 Subject: Update shortcode platform to format. More universal. --- archetypes/itemized.md | 2 +- layouts/itemized/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/itemized.md b/archetypes/itemized.md index 4479926..2bda772 100644 --- a/archetypes/itemized.md +++ b/archetypes/itemized.md @@ -8,7 +8,7 @@ featuredalt = "" featuredpath = "" link = "" linktitle = "" -platform = "" +format = "" title = "" type = "itemized" diff --git a/layouts/itemized/header.html b/layouts/itemized/header.html index 977f021..9193947 100644 --- a/layouts/itemized/header.html +++ b/layouts/itemized/header.html @@ -13,7 +13,7 @@
{{ .Params.author }} - {{ .Params.platform }} + {{ .Params.format }} {{ if isset .Params "link" }} Link {{ end }} -- cgit v1.2.3