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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Collins <thepatrickcollins@gmail.com>2017-10-12 15:22:20 +0300
committerGitHub <noreply@github.com>2017-10-12 15:22:20 +0300
commitd3808c39cba437ff0a2a98346ef392756b0cfde7 (patch)
tree0709d6e5c2d894f0250cef6ed4ed44945e5cf8a0
parent522ddf832339cf9b9402aa47c12694f534c326ca (diff)
Update shortcode platform to format. (#50)
More universal.
-rw-r--r--archetypes/itemized.md2
-rw-r--r--layouts/itemized/header.html2
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 @@
<div class="meta">
<span class="author">{{ .Params.author }}</span>
- <span class="author">{{ .Params.platform }}</span>
+ <span class="author">{{ .Params.format }}</span>
{{ if isset .Params "link" }}
<a href="{{ .Params.link }}">Link</a>
{{ end }}